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, 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"