Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1074c2907 | |||
| 9584e8b810 | |||
| 72c0421893 |
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -38,7 +38,8 @@ export default function HomePage() {
|
|||||||
brandName="Social Agency"
|
brandName="Social Agency"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "/contact"}}
|
text: "Get Started", href: "/contact"
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,7 +92,7 @@ export default function HomePage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", value: "$50M+", description: "Revenue Generated for Clients" },
|
{ id: "1", value: "$50M+", description: "Revenue Generated for Clients" },
|
||||||
{ id: "2", value: "2.5M+", description: "Total Followers Gained" },
|
{ 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" },
|
{ id: "4", value: "10K+", description: "Posts Created Annually" },
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
|
|||||||
Reference in New Issue
Block a user