From 32ac74e4f9af1f59ea11c9e1b7b59acd4d1947d5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:49:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 67251a7..83134f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Proof Digital - Results-Driven Digital Agency", - description: "Transform your brand with Proof Digital. We deliver results-driven digital solutions including brand strategy, web design, development, and marketing.", - keywords: "digital agency, brand strategy, web design, development, digital marketing, results-driven", - metadataBase: new URL("https://proofdigital.com"), + title: "Proof Digital - Results-Driven Digital Agency", description: "Transform your brand with Proof Digital. We deliver results-driven digital solutions including brand strategy, web design, development, and marketing.", keywords: "digital agency, brand strategy, web design, development, digital marketing, results-driven", metadataBase: new URL("https://proofdigital.com"), alternates: { - canonical: "https://proofdigital.com", - }, + canonical: "https://proofdigital.com"}, openGraph: { - title: "Proof Digital - Digital Solutions That Deliver Results", - description: "Partner with Proof Digital for comprehensive digital solutions that drive growth and measurable impact.", - url: "https://proofdigital.com", - siteName: "Proof Digital", - type: "website", - images: [ + title: "Proof Digital - Digital Solutions That Deliver Results", description: "Partner with Proof Digital for comprehensive digital solutions that drive growth and measurable impact.", url: "https://proofdigital.com", siteName: "Proof Digital", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png", - alt: "Proof Digital - Digital Agency", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png", alt: "Proof Digital - Digital Agency"}, ], }, twitter: { - card: "summary_large_image", - title: "Proof Digital - Results-Driven Digital Agency", - description: "We deliver digital solutions that transform brands and drive measurable results.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png", - ], + card: "summary_large_image", title: "Proof Digital - Results-Driven Digital Agency", description: "We deliver digital solutions that transform brands and drive measurable results.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png"], }, robots: { index: true, @@ -1441,4 +1423,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From c9c84a01911f95c2d4bf5187f11aa0f4a68365cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:49:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 109b5ee..707912b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,9 +21,7 @@ export default function HomePage() { ]; const navButton = { - text: "Get Started", - href: "/contact", - }; + text: "Get Started", href: "/contact"}; const socialLinks = [ { icon: Linkedin, href: "https://linkedin.com/company/proof-digital", ariaLabel: "LinkedIn" }, @@ -57,7 +55,7 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1