Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 17:11:55 +00:00
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -38,7 +38,8 @@ export default function HomePage() {
brandName="Social Agency"
navItems={navItems}
button={{
text: "Get Started", href: "/contact"}}
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -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"