Merge version_3 into main #5
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user