diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a660aea..173d047 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -7,7 +7,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ShopPage() { return ( @@ -53,12 +42,7 @@ export default function LandingPage() { title="As Seen On" description="The streets speak for themselves." names={[ - "Hypebeast", - "Vogue Street", - "Underground Mag", - "Future Fashion", - "Urban Cult", - ]} + "Hypebeast", "Vogue Street", "Underground Mag", "Future Fashion", "Urban Cult"]} /> @@ -70,24 +54,8 @@ export default function LandingPage() { title="Our Impact" description="Numbers defining the movement." metrics={[ - { - id: "m1", - value: "5K+", - title: "Pieces Sold", - items: [ - "Globally distributed", - "Limited editions", - ], - }, - { - id: "m2", - value: "12", - title: "Exclusive Drops", - items: [ - "Quarterly releases", - "Monthly updates", - ], - }, + { id: "m1", value: "5K+", title: "Pieces Sold", items: ["Globally distributed", "Limited editions"] }, + { id: "m2", value: "12", title: "Exclusive Drops", items: ["Quarterly releases", "Monthly updates"] }, ]} /> @@ -95,17 +63,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file