From 438c6f85254a65a82749743efe90e068f709706d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 01:35:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d363e59..d8a46a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,12 +104,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "Spice United", name: "Rich & Creamy Vanilla Beans", price: "$29.00", rating: 5, reviewCount: "128", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop" }, + { id: "p1", brand: "Spice United", name: "Rich & Creamy Vanilla Beans", price: "$29.00", rating: 5, reviewCount: "128", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop&_wi=1" }, { id: "p2", brand: "Spice United", name: "Bold Aromatic Black Pepper", price: "$12.00", rating: 5, reviewCount: "94", imageSrc: "https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=800&auto=format&fit=crop" }, - { id: "p3", brand: "Spice United", name: "Intensely Fragrant Cloves", price: "$15.00", rating: 5, reviewCount: "67", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop" }, - { id: "p4", brand: "Spice United", name: "Madagascar Spice Set", price: "$45.00", rating: 5, reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop" }, - { id: "p5", brand: "Spice United", name: "Premium Cinnamon Bark", price: "$14.00", rating: 5, reviewCount: "82", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop" }, - { id: "p6", brand: "Spice United", name: "Star Anise Selection", price: "$18.00", rating: 5, reviewCount: "39", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop" } + { id: "p3", brand: "Spice United", name: "Intensely Fragrant Cloves", price: "$15.00", rating: 5, reviewCount: "67", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop&_wi=2" }, + { id: "p4", brand: "Spice United", name: "Madagascar Spice Set", price: "$45.00", rating: 5, reviewCount: "45", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop&_wi=3" }, + { id: "p5", brand: "Spice United", name: "Premium Cinnamon Bark", price: "$14.00", rating: 5, reviewCount: "82", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop&_wi=4" }, + { id: "p6", brand: "Spice United", name: "Star Anise Selection", price: "$18.00", rating: 5, reviewCount: "39", imageSrc: "https://images.unsplash.com/photo-1596040033229-a9821b052148?q=80&w=800&auto=format&fit=crop&_wi=5" } ]} title="Customer Favorites" description="Our most aromatic, fresh-harvested spice selections." -- 2.49.1