From 4de464d5e547e3c282fde7a138d3ef8ea3cc38ba Mon Sep 17 00:00:00 2001 From: development Date: Sun, 8 Feb 2026 19:32:04 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 99ca40f..1530f5c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,6 +26,7 @@ export default function AboutPage() { Date: Sun, 8 Feb 2026 19:32:05 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 65d9980..46e09a0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,6 +25,7 @@ export default function ContactPage() { Date: Sun, 8 Feb 2026 19:32:06 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3051631..190f130 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,20 +15,22 @@ 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"], 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: [ { - 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, - follow: true, - }, + follow: true + } }; export default function RootLayout({ From 438d9486385ef4849dd24e588c9ec893389a31d3 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 8 Feb 2026 19:32:07 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a6f51f..3c53d12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,6 +30,7 @@ export default function HomePage() { Date: Sun, 8 Feb 2026 19:32:07 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9fc1d08..2250b65 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,6 +26,7 @@ export default function ServicesPage() {