From 9584e8b8104220681ae55cda888cea1c8706d0c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:11:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92d884b..314dd0e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "Create Next App", description: "Generated by create next app" +}; export default function RootLayout({ children, -- 2.49.1 From d1074c2907208a163154a11938510cf778658d57 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:11:50 +0000 Subject: [PATCH 2/2] 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 568d1ad..31a9248 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,8 @@ export default function HomePage() { brandName="Social Agency" navItems={navItems} button={{ - text: "Get Started", href: "/contact"}} + text: "Get Started", href: "/contact" + }} /> @@ -91,7 +92,7 @@ export default function HomePage() { metrics={[ { id: "1", value: "$50M+", description: "Revenue Generated for Clients" }, { id: "2", value: "2.5M+", description: "Total Followers Gained" }, - { id: "3", value: "95%", description: "Client Retention Rate" }, + { id: "3", value: "95%", description: "Of Clients Return for Additional Services" }, { id: "4", value: "10K+", description: "Posts Created Annually" }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1