diff --git a/src/app/page.tsx b/src/app/page.tsx index b44371f..5ac906a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,92 +48,51 @@ export default function LandingPage() {
@@ -153,19 +104,13 @@ export default function LandingPage() { metrics={[ { icon: Shield, - label: "Ethically Made", - value: "100%", - }, + label: "Ethically Made", value: "100%"}, { icon: Award, - label: "Premium Quality", - value: "Premium", - }, + label: "Premium Quality", value: "Premium"}, { icon: Sparkles, - label: "Aesthetic Design", - value: "Curated", - }, + label: "Aesthetic Design", value: "Curated"}, ]} metricsAnimation="slide-up" /> @@ -179,41 +124,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Minimalist Hoodie - Sand", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134027.jpg", - }, + id: "p1", name: "Minimalist Hoodie - Sand", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149134027.jpg"}, { - id: "p2", - name: "Street Hoodie - Sage", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/white-hoodie-mockup-front_1258-248400.jpg", - }, + id: "p2", name: "Street Hoodie - Sage", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/white-hoodie-mockup-front_1258-248400.jpg"}, { - id: "p3", - name: "Classic Logo Hoodie - Black", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-982.jpg", - }, + id: "p3", name: "Classic Logo Hoodie - Black", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-982.jpg"}, { - id: "p4", - name: "Oversized Fit - Grey", - price: "$99", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883570.jpg", - }, + id: "p4", name: "Oversized Fit - Grey", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883570.jpg"}, { - id: "p5", - name: "Thermal Hoodie - Navy", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg", - }, + id: "p5", name: "Thermal Hoodie - Navy", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg"}, { - id: "p6", - name: "Essential Hoodie - White", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-fern-leaf-with-canvas-backdrop_171337-16482.jpg", - }, + id: "p6", name: "Essential Hoodie - White", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-fern-leaf-with-canvas-backdrop_171337-16482.jpg"}, ]} title="Shop the Collection" description="Explore our curated hoodies designed for everyday wear." @@ -222,30 +143,19 @@ export default function LandingPage() {
@@ -335,8 +219,7 @@ export default function LandingPage() {