diff --git a/src/app/page.tsx b/src/app/page.tsx index f37e25c..46f4a9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,78 +44,49 @@ export default function LandingPage() {
@@ -136,41 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Urban Bomber", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-model-skinny-jeans-terracotta-bomber-jacket-white-motorcycle-helmet-isolated-white-back-shot_346278-1560.jpg", - }, + id: "1", name: "Urban Bomber", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-model-skinny-jeans-terracotta-bomber-jacket-white-motorcycle-helmet-isolated-white-back-shot_346278-1560.jpg"}, { - id: "2", - name: "Signature Hoodie", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-city_1157-46776.jpg", - }, + id: "2", name: "Signature Hoodie", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-city_1157-46776.jpg"}, { - id: "3", - name: "Street Trouser", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414734.jpg", - }, + id: "3", name: "Street Trouser", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-s-studio-with-essential-elements_23-2150414734.jpg"}, { - id: "4", - name: "Essential Tee", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478993.jpg", - }, + id: "4", name: "Essential Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478993.jpg"}, { - id: "5", - name: "Kanina Cap", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-hipster-girl-wearing-fashionable-clothing-having-fun-indoors_273609-9058.jpg", - }, + id: "5", name: "Kanina Cap", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-hipster-girl-wearing-fashionable-clothing-having-fun-indoors_273609-9058.jpg"}, { - id: "6", - name: "Denim Jacket", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-fashion-girl-summer-park_1157-21435.jpg", - }, + id: "6", name: "Denim Jacket", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/elegant-fashion-girl-summer-park_1157-21435.jpg"}, ]} title="Our Latest Collection" description="Discover curated essentials designed for the modern urban landscape." @@ -184,17 +123,11 @@ export default function LandingPage() { description="Urban House Kanina bridges the gap between high-end aesthetic and everyday functionality. We prioritize sustainable sourcing and timeless design." metrics={[ { - value: "100%", - title: "Sustainably Sourced", - }, + value: "100%", title: "Sustainably Sourced"}, { - value: "12+", - title: "Design Collections", - }, + value: "12+", title: "Design Collections"}, { - value: "99%", - title: "Customer Satisfaction", - }, + value: "99%", title: "Customer Satisfaction"}, ]} imageSrc="http://img.b2bpic.net/free-photo/digital-art-style-illustration-fashion-designer_23-2151537662.jpg" imageAlt="Our design studio" @@ -205,50 +138,26 @@ export default function LandingPage() {