From e94019d7e8cb2f70bfb085ba4e91211296511dd0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:35:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ca192..b7337a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,17 +57,17 @@ export default function HomePage() { background={{ variant: "animated-grid" }} carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg", imageAlt: "Digital products showcase"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg?_wi=1", imageAlt: "Digital products showcase"}, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg", imageAlt: "eBook products"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=1", imageAlt: "eBook products"}, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg", imageAlt: "Course products"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=1", imageAlt: "Course products"}, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg", imageAlt: "Template products"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=1", imageAlt: "Template products"}, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg", imageAlt: "Digital products showcase"}, + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736848.jpg?_wi=2", imageAlt: "Digital products showcase"}, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg", imageAlt: "eBook products"}, + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=2", imageAlt: "eBook products"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -88,22 +88,22 @@ export default function HomePage() { products={[ { id: "prod-1", brand: "Digital Store", name: "Complete Python Programming Guide", price: "$29.99", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg", imageAlt: "Python Programming Course"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=2", imageAlt: "Python Programming Course"}, { id: "prod-2", brand: "Digital Store", name: "Web Design Templates Bundle", price: "$49.99", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg", imageAlt: "Web Design Templates"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=2", imageAlt: "Web Design Templates"}, { id: "prod-3", brand: "Digital Store", name: "Digital Marketing Masterclass", price: "$39.99", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg", imageAlt: "Marketing Course"}, + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-headphones-with-laptop-plays-games-game-addiction-concept_169016-53925.jpg?_wi=3", imageAlt: "Marketing Course"}, { id: "prod-4", brand: "Digital Store", name: "Advanced JavaScript eBook", price: "$24.99", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg", imageAlt: "JavaScript eBook"}, + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=3", imageAlt: "JavaScript eBook"}, { id: "prod-5", brand: "Digital Store", name: "UI/UX Design System Kit", price: "$59.99", rating: 5, - reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg", imageAlt: "Design System Kit"}, + reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-working-art-studio_23-2148372142.jpg?_wi=3", imageAlt: "Design System Kit"}, { id: "prod-6", brand: "Digital Store", name: "SEO Optimization Blueprint", price: "$34.99", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg", imageAlt: "SEO Guide"}, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-landing-page-design_23-2149058254.jpg?_wi=4", imageAlt: "SEO Guide"}, ]} /> @@ -121,13 +121,13 @@ export default function HomePage() { gridVariant="four-items-2x2-equal-grid" features={[ { - title: "Secure Payment Processing", description: "Industry-leading encryption and payment security to protect your transactions and personal information.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-card-laptop_1208-197.jpg", imageAlt: "Secure Payment"}, + title: "Secure Payment Processing", description: "Industry-leading encryption and payment security to protect your transactions and personal information.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-card-laptop_1208-197.jpg?_wi=1", imageAlt: "Secure Payment"}, { - title: "Instant Downloads", description: "Get immediate access to purchased digital products. No waiting, no delays, just instant gratification.", imageSrc: "http://img.b2bpic.net/free-vector/digital-cloud-computing-futuristic-background-cyber-service_1017-56275.jpg", imageAlt: "Instant Download"}, + title: "Instant Downloads", description: "Get immediate access to purchased digital products. No waiting, no delays, just instant gratification.", imageSrc: "http://img.b2bpic.net/free-vector/digital-cloud-computing-futuristic-background-cyber-service_1017-56275.jpg?_wi=1", imageAlt: "Instant Download"}, { - title: "Advanced Analytics", description: "Track your purchases, downloads, and spending patterns with detailed analytics and reports.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29382.jpg", imageAlt: "Analytics Dashboard"}, + title: "Advanced Analytics", description: "Track your purchases, downloads, and spending patterns with detailed analytics and reports.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29382.jpg?_wi=1", imageAlt: "Analytics Dashboard"}, { - title: "24/7 Customer Support", description: "Round-the-clock support team ready to help with any questions or technical issues.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-senior-agent-providing-guidance-help-customers-using-ai_482257-126049.jpg", imageAlt: "Customer Support"}, + title: "24/7 Customer Support", description: "Round-the-clock support team ready to help with any questions or technical issues.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-senior-agent-providing-guidance-help-customers-using-ai_482257-126049.jpg?_wi=1", imageAlt: "Customer Support"}, ]} />