From e5781f8fa4e58b29d58f34100630b2aa2bc517b4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:06:35 +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 4d8cabe..5633edc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Groceries", description: "High-quality vegetables, fruits, and fresh produce sourced daily for maximum freshness.", imageSrc: "http://img.b2bpic.net/free-photo/variety-vegetables-isolated-blue-table_114579-19958.jpg", imageAlt: "Fresh vegetables and produce" + title: "Fresh Groceries", description: "High-quality vegetables, fruits, and fresh produce sourced daily for maximum freshness.", imageSrc: "http://img.b2bpic.net/free-photo/variety-vegetables-isolated-blue-table_114579-19958.jpg?_wi=1", imageAlt: "Fresh vegetables and produce" }, { id: 2, - title: "Indian Food Items", description: "Authentic Indian spices, rice, dal, flours, and traditional ingredients for your favorite recipes.", imageSrc: "http://img.b2bpic.net/free-photo/variety-vegetables-isolated-blue-table_114579-19958.jpg", imageAlt: "Indian groceries and spices" + title: "Indian Food Items", description: "Authentic Indian spices, rice, dal, flours, and traditional ingredients for your favorite recipes.", imageSrc: "http://img.b2bpic.net/free-photo/variety-vegetables-isolated-blue-table_114579-19958.jpg?_wi=2", imageAlt: "Indian groceries and spices" }, { id: 3, @@ -139,13 +139,13 @@ export default function LandingPage() { id: "1", name: "Priya Sharma", role: "Local Resident", testimonial: "Nice shop and nice person, good behavior. They always have fresh groceries and help you find exactly what you need. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Priya Sharma", icon: ThumbsUp }, { - id: "2", name: "Rajesh Mendes", role: "Regular Customer", testimonial: "Great shop & quick customer service. The wine selection is impressive and prices are fair. This is my go-to supermarket in Taleigao!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Rajesh Mendes", icon: Heart + id: "2", name: "Rajesh Mendes", role: "Regular Customer", testimonial: "Great shop & quick customer service. The wine selection is impressive and prices are fair. This is my go-to supermarket in Taleigao!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Rajesh Mendes", icon: Heart }, { - id: "3", name: "Anjali Desai", role: "Frequent Visitor", testimonial: "Excellent variety of Indian groceries and household items. The staff is always helpful and friendly. Can't ask for better service!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Anjali Desai", icon: CheckCircle + id: "3", name: "Anjali Desai", role: "Frequent Visitor", testimonial: "Excellent variety of Indian groceries and household items. The staff is always helpful and friendly. Can't ask for better service!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Anjali Desai", icon: CheckCircle }, { - id: "4", name: "Michael Costa", role: "Tourist & Customer", testimonial: "Found everything I needed for my stay in Goa. Great selection of wine and local products. Very convenient location and open late!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Costa", icon: SmilePlus + id: "4", name: "Michael Costa", role: "Tourist & Customer", testimonial: "Found everything I needed for my stay in Goa. Great selection of wine and local products. Very convenient location and open late!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Michael Costa", icon: SmilePlus } ]} animationType="slide-up"