From be076ba62f812620dffa3772a9e9e55113af3af5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:16:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3ad96b..7964aa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,12 @@ export default function LandingPage() { ]} background={{ variant: "gradient-bars" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg", imageAlt: "modern e-commerce store hero banner" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg", imageAlt: "modern e-commerce store hero banner" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg", imageAlt: "modern e-commerce store hero banner" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg", imageAlt: "modern e-commerce store hero banner" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg", imageAlt: "modern e-commerce store hero banner" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg", imageAlt: "modern e-commerce store hero banner" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=1", imageAlt: "modern e-commerce store hero banner" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=2", imageAlt: "modern e-commerce store hero banner" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=3", imageAlt: "modern e-commerce store hero banner" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=4", imageAlt: "modern e-commerce store hero banner" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=5", imageAlt: "modern e-commerce store hero banner" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=6", imageAlt: "modern e-commerce store hero banner" } ]} autoPlay={true} autoPlayInterval={4000} @@ -75,9 +75,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "prod-1", brand: "Premium Collection", name: "Elegant Leather Bag", price: "$149.99", rating: 5, reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/white-pumpkins-assortment_23-2149731244.jpg", imageAlt: "Elegant leather bag", isFavorited: false }, - { id: "prod-2", brand: "Casual Line", name: "Comfortable Sneakers", price: "$89.99", rating: 4.8, reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg", imageAlt: "Comfortable sneakers", isFavorited: false }, - { id: "prod-3", brand: "Luxury Series", name: "Designer Sunglasses", price: "$199.99", rating: 5, reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-with-leaves-round-vase_23-2149334651.jpg", imageAlt: "Designer sunglasses", isFavorited: false } + { id: "prod-1", brand: "Premium Collection", name: "Elegant Leather Bag", price: "$149.99", rating: 5, reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/white-pumpkins-assortment_23-2149731244.jpg?_wi=1", imageAlt: "Elegant leather bag", isFavorited: false }, + { id: "prod-2", brand: "Casual Line", name: "Comfortable Sneakers", price: "$89.99", rating: 4.8, reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg?_wi=1", imageAlt: "Comfortable sneakers", isFavorited: false }, + { id: "prod-3", brand: "Luxury Series", name: "Designer Sunglasses", price: "$199.99", rating: 5, reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-with-leaves-round-vase_23-2149334651.jpg?_wi=1", imageAlt: "Designer sunglasses", isFavorited: false } ]} carouselMode="buttons" /> @@ -95,9 +95,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" features={[ - { title: "Free Shipping", description: "Enjoy complimentary shipping on orders over $50. Fast and reliable delivery to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/white-pumpkins-assortment_23-2149731244.jpg", imageAlt: "Free shipping benefit" }, - { title: "Easy Returns", description: "30-day money-back guarantee. No questions asked. We want you completely satisfied with your purchase.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg", imageAlt: "Easy returns process" }, - { title: "24/7 Support", description: "Our dedicated customer service team is always ready to help. Contact us anytime, anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-with-leaves-round-vase_23-2149334651.jpg", imageAlt: "Customer support available" } + { title: "Free Shipping", description: "Enjoy complimentary shipping on orders over $50. Fast and reliable delivery to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/white-pumpkins-assortment_23-2149731244.jpg?_wi=2", imageAlt: "Free shipping benefit" }, + { title: "Easy Returns", description: "30-day money-back guarantee. No questions asked. We want you completely satisfied with your purchase.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830425.jpg?_wi=2", imageAlt: "Easy returns process" }, + { title: "24/7 Support", description: "Our dedicated customer service team is always ready to help. Contact us anytime, anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-plant-with-leaves-round-vase_23-2149334651.jpg?_wi=2", imageAlt: "Customer support available" } ]} /> @@ -177,7 +177,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="By subscribing, you agree to receive promotional emails. Unsubscribe anytime." - imageSrc="http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/purchase-sale-discount-fashion-style_53876-15283.jpg?_wi=7" imageAlt="Newsletter signup illustration" /> -- 2.49.1