diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b35d50..876847c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -49,47 +43,26 @@ export default function LandingPage() {
@@ -98,26 +71,15 @@ export default function LandingPage() { @@ -154,30 +110,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Vogue Street", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png?_wi=1", - }, + id: "t1", name: "Vogue Street", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png"}, { - id: "t2", - name: "Hypebeast", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png?_wi=2", - }, + id: "t2", name: "Hypebeast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png"}, { - id: "t3", - name: "Client X", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png?_wi=3", - }, + id: "t3", name: "Client X", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png"}, { - id: "t4", - name: "Client Y", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png?_wi=4", - }, + id: "t4", name: "Client Y", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png"}, { - id: "t5", - name: "Archive Collective", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png?_wi=5", - }, + id: "t5", name: "Archive Collective", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSZmdJiX7B9HrTMFWNboAOL0J3/moody-cinematic-shot-of-a-person-wearing-1774999884219-71292fb4.png"}, ]} cardTitle="SEEN. NOT ANNOUNCED." cardAnimation="blur-reveal" @@ -189,16 +130,13 @@ export default function LandingPage() { @@ -209,25 +147,17 @@ export default function LandingPage() { { items: [ { - label: "Drop Calendar", - href: "#", - }, + label: "Drop Calendar", href: "#"}, { - label: "Authentication", - href: "#", - }, + label: "Authentication", href: "#"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}