diff --git a/src/app/page.tsx b/src/app/page.tsx index eb57567..f3f5875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -197,55 +94,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Gym & Fitness", - description: "High-performance gear engineered for durability and results, optimized for your daily routine.", - icon: Activity, + title: "Gym & Fitness", description: "High-performance gear engineered for durability and results, optimized for your daily routine.", icon: Activity, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg?_wi=2", - imageAlt: "Premium gym equipment", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564367.jpg", - imageAlt: "Alternative view", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg?_wi=3", - imageAlt: "professional home gym accessories", + { imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg", imageAlt: "Premium gym equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564367.jpg", imageAlt: "Alternative view" }, + ] }, { - title: "Nursery Essentials", - description: "Safe, stylish, and practical baby products tailored for your little one's comfort and developmental needs.", - icon: Heart, + title: "Nursery Essentials", description: "Safe, stylish, and practical baby products tailored for your little one's comfort and developmental needs.", icon: Heart, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg?_wi=2", - imageAlt: "Nursery care products", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/kids-handmade-toys-newborn-crib_169016-37712.jpg", - imageAlt: "Alternative view", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg?_wi=2", - imageAlt: "professional home gym accessories", + { imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg", imageAlt: "Nursery care products" }, + { imageSrc: "http://img.b2bpic.net/free-photo/kids-handmade-toys-newborn-crib_169016-37712.jpg", imageAlt: "Alternative view" }, + ] }, { - title: "Lifestyle Accessories", - description: "Tech-forward accessories and lifestyle goods curated to simplify your life and enhance your aesthetic.", - icon: Smartphone, + title: "Lifestyle Accessories", description: "Tech-forward accessories and lifestyle goods curated to simplify your life and enhance your aesthetic.", icon: Smartphone, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg?_wi=2", - imageAlt: "Lifestyle tech accessories", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg", - imageAlt: "Alternative view", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-gym-stretching_23-2148353050.jpg?_wi=1", - imageAlt: "professional home gym accessories", + { imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg", imageAlt: "Lifestyle tech accessories" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17216.jpg", imageAlt: "Alternative view" }, + ] }, ]} title="Why Choose AuraShop?" @@ -260,48 +127,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Power Resistance Set", - price: "$29.99", - variant: "Fitness", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-gym-stretching_23-2148353050.jpg?_wi=2", - }, - { - id: "p2", - name: "Soft Silicon Feeding Kit", - price: "$19.99", - variant: "Baby", - imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbits-near-plates-with-eggs_23-2147761051.jpg", - }, - { - id: "p3", - name: "Smart Health Watch", - price: "$89.99", - variant: "Lifestyle", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-virtual-reality-goggles-his-head_23-2148815656.jpg", - }, - { - id: "p4", - name: "Audio Buds V2", - price: "$49.99", - variant: "Tech", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-trendy-bracelets-smartphone-laptop-earphones-lying-woman-shirt-sunglasses-someone-forgot-headphones-bag-accessories-bed_197531-3219.jpg", - }, - { - id: "p5", - name: "Eco Comfort Gym Mat", - price: "$35.00", - variant: "Fitness", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-apple_23-2148000367.jpg", - }, - { - id: "p6", - name: "Infant Ergonomic Carrier", - price: "$65.00", - variant: "Baby", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baby-shower-essentials_23-2148430451.jpg", - }, + { id: "p1", name: "Power Resistance Set", price: "$29.99", variant: "Fitness", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-female-gym-stretching_23-2148353050.jpg" }, + { id: "p2", name: "Soft Silicon Feeding Kit", price: "$19.99", variant: "Baby", imageSrc: "http://img.b2bpic.net/free-photo/cute-rabbits-near-plates-with-eggs_23-2147761051.jpg" }, + { id: "p3", name: "Smart Health Watch", price: "$89.99", variant: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-virtual-reality-goggles-his-head_23-2148815656.jpg" }, + { id: "p4", name: "Audio Buds V2", price: "$49.99", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-trendy-bracelets-smartphone-laptop-earphones-lying-woman-shirt-sunglasses-someone-forgot-headphones-bag-accessories-bed_197531-3219.jpg" }, + { id: "p5", name: "Eco Comfort Gym Mat", price: "$35.00", variant: "Fitness", imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-apple_23-2148000367.jpg" }, + { id: "p6", name: "Infant Ergonomic Carrier", price: "$65.00", variant: "Baby", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baby-shower-essentials_23-2148430451.jpg" }, ]} title="Trending Collections" description="Explore the latest drops added to our catalogue." @@ -315,26 +146,10 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "15k+", - description: "Happy Customers", - }, - { - id: "m2", - value: "100+", - description: "Global Brands", - }, - { - id: "m3", - value: "98%", - description: "Satisfaction Rate", - }, - { - id: "m4", - value: "24/7", - description: "Live Support", - }, + { id: "m1", value: "15k+", description: "Happy Customers" }, + { id: "m2", value: "100+", description: "Global Brands" }, + { id: "m3", value: "98%", description: "Satisfaction Rate" }, + { id: "m4", value: "24/7", description: "Live Support" }, ]} title="Our Growth" description="Numbers that define our commitment to quality." @@ -343,44 +158,15 @@ export default function LandingPage() {