diff --git a/src/app/page.tsx b/src/app/page.tsx index f3f5875..53cb19f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,14 +48,14 @@ export default function LandingPage() { title="Elevate Your Everyday Essentials" description="Curated selection of premium gym gear, modern baby care, and lifestyle accessories designed to fit your rhythm. Experience innovation in every detail." testimonials={[ - { name: "Alex Rivers", handle: "@alexrivers", testimonial: "The gym gear I received is absolutely top-tier. Exceeded all expectations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg", imageAlt: "luxury product photography dark aesthetic" }, + { name: "Alex Rivers", handle: "@alexrivers", testimonial: "The gym gear I received is absolutely top-tier. Exceeded all expectations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg?_wi=1", imageAlt: "luxury product photography dark aesthetic" }, { name: "Sarah Miller", handle: "@sarahmiller", testimonial: "Incredible baby products! Fast shipping and beautiful design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-searching-fornew-clothes_23-2147688706.jpg", imageAlt: "luxury product photography dark aesthetic" }, - { name: "Jordan Lee", handle: "@jordanlee", testimonial: "Found the perfect accessories to organize my desk. Life changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg", imageAlt: "luxury product photography dark aesthetic" }, - { name: "Chris B.", handle: "@chrisbfitness", testimonial: "Best service and quality in the market. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg", imageAlt: "luxury product photography dark aesthetic" }, - { name: "Jamie Taylor", handle: "@jamie_t", testimonial: "Exceptional curation, everything here feels truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg", imageAlt: "luxury product photography dark aesthetic" }, + { name: "Jordan Lee", handle: "@jordanlee", testimonial: "Found the perfect accessories to organize my desk. Life changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dumbells-still-life-studio_23-2151747200.jpg?_wi=1", imageAlt: "luxury product photography dark aesthetic" }, + { name: "Chris B.", handle: "@chrisbfitness", testimonial: "Best service and quality in the market. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baby-goods-light-blue_1220-4432.jpg?_wi=1", imageAlt: "luxury product photography dark aesthetic" }, + { name: "Jamie Taylor", handle: "@jamie_t", testimonial: "Exceptional curation, everything here feels truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg?_wi=1", imageAlt: "luxury product photography dark aesthetic" }, ]} buttons={[{ text: "Shop Now", href: "#products" }, { text: "View Collection", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chicken-quail-eggs-feathers-bowl-near-big-quills_23-2148073853.jpg?_wi=2" imageAlt="Curated lifestyle and gym accessories showcase" mediaAnimation="slide-up" avatars={[ @@ -96,21 +96,21 @@ export default function LandingPage() { { 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", imageAlt: "Premium gym equipment" }, + { 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" }, ] }, { 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", imageAlt: "Nursery care products" }, + { 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" }, ] }, { 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", imageAlt: "Lifestyle tech accessories" }, + { 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" }, ] },