Merge version_1 into main #1

Merged
development merged 5 commits from version_1 into main 2026-02-08 19:29:30 +00:00
5 changed files with 38 additions and 159 deletions

View File

@@ -31,8 +31,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Get Started",
href: "/contact"
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -62,25 +61,13 @@ export default function AboutPage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "2016",
title: "Founded",
description: "Started with a vision to elevate digital experiences",
icon: CheckCircle
id: "1", value: "2016", title: "Founded", description: "Started with a vision to elevate digital experiences", icon: CheckCircle
},
{
id: "2",
value: "15",
title: "Team Members",
description: "Expert developers, designers, and strategists",
icon: Users
id: "2", value: "15", title: "Team Members", description: "Expert developers, designers, and strategists", icon: Users
},
{
id: "3",
value: "25",
title: "Industries",
description: "Diverse sectors from startups to enterprise",
icon: Star
id: "3", value: "25", title: "Industries", description: "Diverse sectors from startups to enterprise", icon: Star
}
]}
/>
@@ -97,10 +84,7 @@ export default function AboutPage() {
useInvertedBackground="noInvert"
features={[
{
id: "1",
title: "Excellence First",
description: "We pursue perfection in every line of code, every design decision, and every client interaction. Quality is never negotiable.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg" },
id: "1", title: "Excellence First", description: "We pursue perfection in every line of code, every design decision, and every client interaction. Quality is never negotiable.", media: { imageSrc: "https://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg" },
items: [
{ icon: CheckCircle, text: "Rigorous quality standards" },
{ icon: CheckCircle, text: "Continuous improvement culture" }
@@ -108,10 +92,7 @@ export default function AboutPage() {
reverse: false
},
{
id: "2",
title: "Innovation & Growth",
description: "We stay at the forefront of technology, embracing new tools and methodologies to deliver cutting-edge solutions.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
id: "2", title: "Innovation & Growth", description: "We stay at the forefront of technology, embracing new tools and methodologies to deliver cutting-edge solutions.", media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
items: [
{ icon: CheckCircle, text: "Latest technology adoption" },
{ icon: CheckCircle, text: "Creative problem solving" }
@@ -119,10 +100,7 @@ export default function AboutPage() {
reverse: true
},
{
id: "3",
title: "Partnership Focus",
description: "We view every client relationship as a long-term partnership, dedicated to your success beyond project completion.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
id: "3", title: "Partnership Focus", description: "We view every client relationship as a long-term partnership, dedicated to your success beyond project completion.", media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
items: [
{ icon: CheckCircle, text: "Collaborative approach" },
{ icon: CheckCircle, text: "Long-term support" }

View File

@@ -30,8 +30,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Get Started",
href: "/contact"
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -40,7 +39,7 @@ export default function ContactPage() {
<ContactText
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary that drives your business forward."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground="noInvert"
buttons={[
{ text: "Schedule Consultation", href: "mailto:hello@dialedweb.com" },

View File

@@ -4,41 +4,26 @@ import { Inter } from "next/font/google";
import "./globals.css";
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Dialedweb - Premium Software & Web Development",
description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.",
keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
title: "Dialedweb - Premium Software & Web Development", description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.", keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
metadataBase: new URL("https://dialedweb.com"),
alternates: {
canonical: "https://dialedweb.com",
},
canonical: "https://dialedweb.com"},
openGraph: {
title: "Dialedweb - Premium Software & Web Development",
description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.",
siteName: "Dialedweb",
type: "website",
url: "https://dialedweb.com",
images: [
title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.", siteName: "Dialedweb", type: "website", url: "https://dialedweb.com", images: [
{
url: "https://dialedweb.com/og-image.png",
alt: "Dialedweb Premium Development",
},
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"},
],
},
twitter: {
card: "summary_large_image",
title: "Dialedweb - Premium Software & Web Development",
description: "Transform your digital presence with bespoke software solutions.",
images: ["https://dialedweb.com/twitter-image.png"],
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"],
},
robots: {
index: true,

View File

@@ -35,8 +35,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Get Started",
href: "/contact"
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -45,7 +44,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Premium Software & Web Development for Visionary Brands"
description="Transform your digital presence with bespoke software solutions and cutting-edge web experiences. Based in California, we craft premium digital products that drive growth and inspire."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "150+", label: "Projects Delivered" },
{ value: "8+", label: "Years Excellence" },
@@ -87,39 +86,19 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Discovery",
title: "Strategy & Planning",
subtitle: "Foundation for success",
description: "We dive deep into understanding your business goals, target audience, and competitive landscape. Our strategic planning ensures every decision aligns with your vision and maximizes ROI.",
imageSrc: "https://img.b2bpic.net/free-photo/side-view-hand-holding-paper-piece_23-2149930956.jpg",
imageAlt: "Strategic planning and design"
tag: "Discovery", title: "Strategy & Planning", subtitle: "Foundation for success", description: "We dive deep into understanding your business goals, target audience, and competitive landscape. Our strategic planning ensures every decision aligns with your vision and maximizes ROI.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-hand-holding-paper-piece_23-2149930956.jpg", imageAlt: "Strategic planning and design"
},
{
id: 2,
tag: "Development",
title: "Custom Development",
subtitle: "Built to perfection",
description: "Our expert developers build custom software and web solutions using modern technologies. We focus on clean code, scalability, and performance to create solutions that grow with your business.",
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
imageAlt: "Web and software development"
tag: "Development", title: "Custom Development", subtitle: "Built to perfection", description: "Our expert developers build custom software and web solutions using modern technologies. We focus on clean code, scalability, and performance to create solutions that grow with your business.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web and software development"
},
{
id: 3,
tag: "Quality",
title: "Testing & Optimization",
subtitle: "Flawless execution",
description: "Rigorous testing and optimization ensure your product is secure, fast, and reliable. We conduct comprehensive quality assurance to catch issues before they reach your users.",
imageSrc: "https://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836099.jpg",
imageAlt: "Quality assurance and testing"
tag: "Quality", title: "Testing & Optimization", subtitle: "Flawless execution", description: "Rigorous testing and optimization ensure your product is secure, fast, and reliable. We conduct comprehensive quality assurance to catch issues before they reach your users.", imageSrc: "https://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836099.jpg", imageAlt: "Quality assurance and testing"
},
{
id: 4,
tag: "Launch",
title: "Deployment & Support",
subtitle: "Seamless go-live",
description: "We manage the entire deployment process and provide ongoing support to ensure your product runs smoothly. Our team stays by your side every step of the journey.",
imageSrc: "https://img.b2bpic.net/free-vector/rocket-with-computer-background_1223-27.jpg",
imageAlt: "Product launch and deployment"
tag: "Launch", title: "Deployment & Support", subtitle: "Seamless go-live", description: "We manage the entire deployment process and provide ongoing support to ensure your product runs smoothly. Our team stays by your side every step of the journey.", imageSrc: "https://img.b2bpic.net/free-vector/rocket-with-computer-background_1223-27.jpg", imageAlt: "Product launch and deployment"
}
]}
/>
@@ -137,32 +116,16 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "150+",
title: "Projects",
description: "Successfully delivered across diverse industries",
icon: CheckCircle
id: "1", value: "150+", title: "Projects", description: "Successfully delivered across diverse industries", icon: CheckCircle
},
{
id: "2",
value: "98%",
title: "Satisfaction",
description: "Client satisfaction and retention rate",
icon: Star
id: "2", value: "98%", title: "Satisfaction", description: "Client satisfaction and retention rate", icon: Star
},
{
id: "3",
value: "8+",
title: "Years",
description: "Proven excellence in the industry",
icon: Award
id: "3", value: "8+", title: "Years", description: "Proven excellence in the industry", icon: Award
},
{
id: "4",
value: "50+",
title: "Happy Clients",
description: "Trusted by leading brands across sectors",
icon: Users
id: "4", value: "50+", title: "Happy Clients", description: "Trusted by leading brands across sectors", icon: Users
}
]}
/>
@@ -178,34 +141,13 @@ export default function HomePage() {
useInvertedBackground="noInvert"
testimonials={[
{
id: "1",
name: "Sarah Chen, CEO of TechVenture",
date: "Date: 15 November 2024",
title: "Transformed Our Digital Presence",
quote: "Dialedweb didn't just build a website for us—they rebuilt our entire digital strategy. Their team's expertise and attention to detail resulted in a platform that increased our conversions by 45% in the first quarter.",
tag: "Enterprise",
avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
avatarAlt: "Sarah Chen"
id: "1", name: "Sarah Chen, CEO of TechVenture", date: "Date: 15 November 2024", title: "Transformed Our Digital Presence", quote: "Dialedweb didn't just build a website for us—they rebuilt our entire digital strategy. Their team's expertise and attention to detail resulted in a platform that increased our conversions by 45% in the first quarter.", tag: "Enterprise", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Sarah Chen"
},
{
id: "2",
name: "Marcus Williams, Founder of StartupXYZ",
date: "Date: 10 November 2024",
title: "Partners Who Understand Our Vision",
quote: "Working with Dialedweb was a game-changer. They took our ideas and transformed them into a scalable, production-ready platform. The ongoing support and optimization they provide has been invaluable to our growth.",
tag: "Growth Stage",
avatarSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
avatarAlt: "Marcus Williams"
id: "2", name: "Marcus Williams, Founder of StartupXYZ", date: "Date: 10 November 2024", title: "Partners Who Understand Our Vision", quote: "Working with Dialedweb was a game-changer. They took our ideas and transformed them into a scalable, production-ready platform. The ongoing support and optimization they provide has been invaluable to our growth.", tag: "Growth Stage", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Marcus Williams"
},
{
id: "3",
name: "Jennifer Park, CMO of RetailCorp",
date: "Date: 5 November 2024",
title: "Premium Quality, Professional Service",
quote: "Dialedweb delivered exactly what we needed—a sophisticated e-commerce platform that reflects our brand's premium positioning. Their attention to user experience and performance is exceptional.",
tag: "Enterprise",
avatarSrc: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
avatarAlt: "Jennifer Park"
id: "3", name: "Jennifer Park, CMO of RetailCorp", date: "Date: 5 November 2024", title: "Premium Quality, Professional Service", quote: "Dialedweb delivered exactly what we needed—a sophisticated e-commerce platform that reflects our brand's premium positioning. Their attention to user experience and performance is exceptional.", tag: "Enterprise", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", avatarAlt: "Jennifer Park"
}
]}
/>
@@ -215,7 +157,7 @@ export default function HomePage() {
<ContactText
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground="noInvert"
buttons={[
{ text: "Start Your Project", href: "/contact" },

View File

@@ -31,8 +31,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Get Started",
href: "/contact"
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -48,30 +47,15 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "Discovery",
title: "Strategy & Planning",
subtitle: "Foundation for success",
description: "We dive deep into understanding your business goals, target audience, and competitive landscape. Our strategic planning ensures every decision aligns with your vision and maximizes ROI.",
imageSrc: "https://img.b2bpic.net/free-photo/side-view-hand-holding-paper-piece_23-2149930956.jpg",
imageAlt: "Strategic planning and design"
tag: "Discovery", title: "Strategy & Planning", subtitle: "Foundation for success", description: "We dive deep into understanding your business goals, target audience, and competitive landscape. Our strategic planning ensures every decision aligns with your vision and maximizes ROI.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-hand-holding-paper-piece_23-2149930956.jpg", imageAlt: "Strategic planning and design"
},
{
id: 2,
tag: "Development",
title: "Custom Development",
subtitle: "Built to perfection",
description: "Our expert developers build custom software and web solutions using modern technologies. We focus on clean code, scalability, and performance to create solutions that grow with your business.",
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
imageAlt: "Web and software development"
tag: "Development", title: "Custom Development", subtitle: "Built to perfection", description: "Our expert developers build custom software and web solutions using modern technologies. We focus on clean code, scalability, and performance to create solutions that grow with your business.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web and software development"
},
{
id: 3,
tag: "Quality",
title: "Testing & Optimization",
subtitle: "Flawless execution",
description: "Rigorous testing and optimization ensure your product is secure, fast, and reliable. We conduct comprehensive quality assurance to catch issues before they reach your users.",
imageSrc: "https://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836099.jpg",
imageAlt: "Quality assurance and testing"
tag: "Quality", title: "Testing & Optimization", subtitle: "Flawless execution", description: "Rigorous testing and optimization ensure your product is secure, fast, and reliable. We conduct comprehensive quality assurance to catch issues before they reach your users.", imageSrc: "https://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836099.jpg", imageAlt: "Quality assurance and testing"
}
]}
/>
@@ -88,10 +72,7 @@ export default function ServicesPage() {
useInvertedBackground="noInvert"
features={[
{
id: "1",
title: "Custom Web Development",
description: "Bespoke web applications built with modern frameworks. We create responsive, performant websites that engage users and drive results.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
id: "1", title: "Custom Web Development", description: "Bespoke web applications built with modern frameworks. We create responsive, performant websites that engage users and drive results.", media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
items: [
{ icon: CheckCircle, text: "React, Vue, Next.js expertise" },
{ icon: CheckCircle, text: "E-commerce & SaaS platforms" },
@@ -100,10 +81,7 @@ export default function ServicesPage() {
reverse: false
},
{
id: "2",
title: "Mobile App Development",
description: "Native and cross-platform mobile solutions that deliver exceptional user experiences. From concept to app store, we handle it all.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
id: "2", title: "Mobile App Development", description: "Native and cross-platform mobile solutions that deliver exceptional user experiences. From concept to app store, we handle it all.", media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
items: [
{ icon: CheckCircle, text: "iOS & Android development" },
{ icon: CheckCircle, text: "React Native & Flutter" },
@@ -112,10 +90,7 @@ export default function ServicesPage() {
reverse: true
},
{
id: "3",
title: "Cloud & Infrastructure",
description: "Scalable cloud architecture and DevOps solutions. We ensure your applications are secure, performant, and ready for growth.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/computer-monitor-showing-source-code_482257-76210.jpg" },
id: "3", title: "Cloud & Infrastructure", description: "Scalable cloud architecture and DevOps solutions. We ensure your applications are secure, performant, and ready for growth.", media: { imageSrc: "https://img.b2bpic.net/free-photo/computer-monitor-showing-source-code_482257-76210.jpg" },
items: [
{ icon: CheckCircle, text: "AWS, Azure, Google Cloud" },
{ icon: CheckCircle, text: "Microservices & containerization" },
@@ -131,7 +106,7 @@ export default function ServicesPage() {
<ContactText
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground="noInvert"
buttons={[
{ text: "Start Your Project", href: "/contact" },