Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 18:19:22 +00:00

View File

@@ -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" }
}
]}