Update src/app/page.tsx

This commit is contained in:
2026-03-17 14:53:18 +00:00
parent 27f7cd9d67
commit 20853fd8cc

View File

@@ -59,8 +59,8 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-vector/sale-landing-page-with-photo_52683-23303.jpg", imageAlt: "Modern ecommerce platform display" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg", imageAlt: "Featured product showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg", imageAlt: "Premium product collection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg?_wi=1", imageAlt: "Featured product showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg?_wi=1", imageAlt: "Premium product collection" }
]}
carouselPosition="right"
avatars={[
@@ -90,11 +90,11 @@ export default function LandingPage() {
products={[
{
id: "product-wireless-headphones", brand: "AudioPro", name: "Premium Wireless Headphones", price: "$89.99", rating: 5,
reviewCount: "2,341", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg", imageAlt: "Premium wireless headphones"
reviewCount: "2,341", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg?_wi=2", imageAlt: "Premium wireless headphones"
},
{
id: "product-smartwatch", brand: "TechFit", name: "Advanced Smartwatch", price: "$199.99", rating: 5,
reviewCount: "1,856", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg", imageAlt: "Advanced smartwatch device"
reviewCount: "1,856", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg?_wi=2", imageAlt: "Advanced smartwatch device"
},
{
id: "product-speaker", brand: "SoundMax", name: "Portable Bluetooth Speaker", price: "$69.99", rating: 5,