diff --git a/src/app/page.tsx b/src/app/page.tsx index cda85e7..2d4d3f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,45 +46,28 @@ export default function LandingPage() {
@@ -104,19 +79,13 @@ export default function LandingPage() { metrics={[ { icon: MapPin, - label: "Physical Locations", - value: "15+", - }, + label: "Physical Locations", value: "15+"}, { icon: Users, - label: "Active Members", - value: "50k+", - }, + label: "Active Members", value: "50k+"}, { icon: ShoppingBag, - label: "Products in Stock", - value: "10k+", - }, + label: "Products in Stock", value: "10k+"}, ]} metricsAnimation="slide-up" /> @@ -130,41 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Nike Air Zoom", - price: "5500 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries-tangerines_23-2150806813.jpg", - }, + id: "p1", name: "Nike Air Zoom", price: "5500 MKD", imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries-tangerines_23-2150806813.jpg"}, { - id: "p2", - name: "Adidas Training Set", - price: "3200 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg", - }, + id: "p2", name: "Adidas Training Set", price: "3200 MKD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-african-american-woman-wearing-coat-posing-street_181624-28798.jpg"}, { - id: "p3", - name: "Puma Running Shoes", - price: "4100 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/tired-women-runner-taking-rest-after-running-hard-park_1301-7605.jpg", - }, + id: "p3", name: "Puma Running Shoes", price: "4100 MKD", imageSrc: "http://img.b2bpic.net/free-photo/tired-women-runner-taking-rest-after-running-hard-park_1301-7605.jpg"}, { - id: "p4", - name: "New Balance Hoodie", - price: "2800 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-european-female-runner-preparing-marathon-doing-morning-cardio-activity-routine-woods-confident-self-determined-young-sportswoman-training-outdoors-holding-hands-her-waist_343059-4247.jpg", - }, + id: "p4", name: "New Balance Hoodie", price: "2800 MKD", imageSrc: "http://img.b2bpic.net/free-photo/stylish-european-female-runner-preparing-marathon-doing-morning-cardio-activity-routine-woods-confident-self-determined-young-sportswoman-training-outdoors-holding-hands-her-waist_343059-4247.jpg"}, { - id: "p5", - name: "Nike Pro Shorts", - price: "1500 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-colorful-sport-wear-beach_343596-1856.jpg", - }, + id: "p5", name: "Nike Pro Shorts", price: "1500 MKD", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-colorful-sport-wear-beach_343596-1856.jpg"}, { - id: "p6", - name: "Sport Vision Duffle", - price: "1200 MKD", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-equipped-yoga-training_23-2148732913.jpg", - }, + id: "p6", name: "Sport Vision Duffle", price: "1200 MKD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-equipped-yoga-training_23-2148732913.jpg"}, ]} title="Featured Gear" description="Handpicked equipment and apparel for your next training session." @@ -175,61 +120,31 @@ export default function LandingPage() {