From aae7662964e4f99e7be54678cbf7293066447dc9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:38:52 +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 254e851..69edf5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function MagunasSupermarket() { tagAnimation="slide-up" products={[ { - id: "1", name: "Organic Vegetables Bundle", price: "$24.99", variant: "Fresh Farm Direct 5 Items", imageSrc: "http://img.b2bpic.net/free-photo/client-local-zero-waste-shop-checkout_482257-90804.jpg", imageAlt: "Organic vegetables bundle", isFavorited: false + id: "1", name: "Organic Vegetables Bundle", price: "$24.99", variant: "Fresh Farm Direct 5 Items", imageSrc: "http://img.b2bpic.net/free-photo/client-local-zero-waste-shop-checkout_482257-90804.jpg?_wi=1", imageAlt: "Organic vegetables bundle", isFavorited: false }, { id: "2", name: "Premium Dairy Collection", price: "$18.50", variant: "Grass-Fed 6 Products", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8756.jpg", imageAlt: "Premium dairy products", isFavorited: false @@ -78,7 +78,7 @@ export default function MagunasSupermarket() { id: "3", name: "Pantry Essentials Pack", price: "$32.99", variant: "Organic & Non-GMO 12 Items", imageSrc: "http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg", imageAlt: "Pantry staples collection", isFavorited: false }, { - id: "4", name: "Organic Vegetables Bundle", price: "$24.99", variant: "Fresh Farm Direct 5 Items", imageSrc: "http://img.b2bpic.net/free-photo/client-local-zero-waste-shop-checkout_482257-90804.jpg", imageAlt: "Organic vegetables bundle", isFavorited: false + id: "4", name: "Organic Vegetables Bundle", price: "$24.99", variant: "Fresh Farm Direct 5 Items", imageSrc: "http://img.b2bpic.net/free-photo/client-local-zero-waste-shop-checkout_482257-90804.jpg?_wi=2", imageAlt: "Organic vegetables bundle", isFavorited: false } ]} gridVariant="uniform-all-items-equal" @@ -178,13 +178,13 @@ export default function MagunasSupermarket() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Martinez", handle: "@sarah_m", testimonial: "Best supermarket experience ever! Fresh produce and friendly staff make every visit enjoyable. Highly recommend Magunas to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Sarah Martinez" + id: "1", name: "Sarah Martinez", handle: "@sarah_m", testimonial: "Best supermarket experience ever! Fresh produce and friendly staff make every visit enjoyable. Highly recommend Magunas to all my friends!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Sarah Martinez" }, { id: "2", name: "Michael Chen", handle: "@mchen_wellness", testimonial: "The organic selection at Magunas is outstanding. Their commitment to quality and health-conscious products is truly impressive and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emily_cooking", testimonial: "I love the variety and quality of products here. The prices are fair and their online ordering system is incredibly convenient and fast.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emily_cooking", testimonial: "I love the variety and quality of products here. The prices are fair and their online ordering system is incredibly convenient and fast.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "4", name: "James Wilson", handle: "@james_w", testimonial: "Magunas has become my go-to store. The customer service is exceptional and the loyalty rewards program really shows they value their shoppers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson" -- 2.49.1