diff --git a/src/app/lookbook/page.tsx b/src/app/lookbook/page.tsx index 7650cb1..720363d 100644 --- a/src/app/lookbook/page.tsx +++ b/src/app/lookbook/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 LookbookPage() { return ( @@ -53,12 +42,7 @@ export default function LandingPage() { title="Street Icons" description="Worn by those who create the culture." names={[ - "A-List", - "Street Legends", - "Global Icons", - "Creative Force", - "Movement Leaders", - ]} + "A-List", "Street Legends", "Global Icons", "Creative Force", "Movement Leaders"]} /> @@ -70,24 +54,8 @@ export default function LandingPage() { title="By The Numbers" description="Capturing the essence of the city." metrics={[ - { - id: "m3", - value: "100+", - title: "Shoot Locations", - items: [ - "Urban decay", - "Neon cityscapes", - ], - }, - { - id: "m4", - value: "24/7", - title: "Creative Flow", - items: [ - "Always active", - "Never resting", - ], - }, + { id: "m3", value: "100+", title: "Shoot Locations", items: ["Urban decay", "Neon cityscapes"] }, + { id: "m4", value: "24/7", title: "Creative Flow", items: ["Always active", "Never resting"] }, ]} /> @@ -95,17 +63,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file