From a9d366972cb5d77170fdd0bf1979d1f1eba0248e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:19:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80112c5..09d048a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "FreshCart", name: "Basmati Rice 5kg", price: "₹450", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg", imageAlt: "Premium Basmati Rice 5kg bag" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg?_wi=1", imageAlt: "Premium Basmati Rice 5kg bag" }, { id: "2", brand: "FreshCart", name: "Sunflower Oil 1L", price: "₹140", rating: 5, @@ -119,15 +119,15 @@ export default function LandingPage() { tag="This Week" plans={[ { - id: "offer1", title: "Buy 2 Get 1 Free", price: "Selected", period: "Snacks", imageSrc: "http://img.b2bpic.net/free-psd/special-offer-creative-sale-banner-design_47987-13883.jpg", imageAlt: "Buy 2 Get 1 Free snacks offer", features: ["All branded snacks included", "Valid this week only", "In-store and online", "Mix and match allowed"], + id: "offer1", title: "Buy 2 Get 1 Free", price: "Selected", period: "Snacks", imageSrc: "http://img.b2bpic.net/free-psd/special-offer-creative-sale-banner-design_47987-13883.jpg?_wi=1", imageAlt: "Buy 2 Get 1 Free snacks offer", features: ["All branded snacks included", "Valid this week only", "In-store and online", "Mix and match allowed"], button: { text: "Order Now", href: "tel:+919999999999" } }, { - id: "offer2", title: "10% Off Rice Bags", price: "Save", period: "₹50-200", imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg", imageAlt: "10% discount on all rice bags", features: ["All rice varieties included", "Minimum 5kg bags", "Weekly offer", "Free delivery on orders above ₹500"], + id: "offer2", title: "10% Off Rice Bags", price: "Save", period: "₹50-200", imageSrc: "http://img.b2bpic.net/free-photo/sesame-seeds-bag-dark-background_1150-45317.jpg?_wi=2", imageAlt: "10% discount on all rice bags", features: ["All rice varieties included", "Minimum 5kg bags", "Weekly offer", "Free delivery on orders above ₹500"], button: { text: "Grab Deal", href: "tel:+919999999999" } }, { - id: "offer3", title: "Family Bundle Pack", price: "₹1,999", period: "Worth ₹2,500", imageSrc: "http://img.b2bpic.net/free-psd/special-offer-creative-sale-banner-design_47987-13883.jpg", imageAlt: "Family bundle grocery pack", features: ["5kg rice, 2L oil, 2kg sugar", "Curated essentials", "Monthly subscription available", "Save ₹500 instantly"], + id: "offer3", title: "Family Bundle Pack", price: "₹1,999", period: "Worth ₹2,500", imageSrc: "http://img.b2bpic.net/free-psd/special-offer-creative-sale-banner-design_47987-13883.jpg?_wi=2", imageAlt: "Family bundle grocery pack", features: ["5kg rice, 2L oil, 2kg sugar", "Curated essentials", "Monthly subscription available", "Save ₹500 instantly"], button: { text: "Subscribe Today", href: "tel:+919999999999" } } ]} -- 2.49.1