Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-21 07:55:14 +00:00

View File

@@ -135,16 +135,16 @@ export default function LandingPage() {
description="See what our satisfied customers have to say about Sai Dhanya Bhandar."
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Homemaker", testimonial: "Very nice shop! All products are fresh and the staff is very friendly. Best grocery store in Bhandup East for daily needs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-smiling_23-2148352574.jpg", imageAlt: "Priya Sharma"
id: "1", name: "Priya Sharma", role: "Homemaker", testimonial: "Very nice shop! All products are fresh and the staff is very friendly. Best grocery store in Bhandup East for daily needs.", imageSrc: "", imageAlt: ""
},
{
id: "2", name: "Rajesh Patel", role: "Working Professional", testimonial: "I trust Sai Dhanya Bhandar for vegetables and daily essentials. Good quality at fair prices. Open till late which is convenient for me.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Rajesh Patel"
id: "2", name: "Rajesh Patel", role: "Working Professional", testimonial: "I trust Sai Dhanya Bhandar for vegetables and daily essentials. Good quality at fair prices. Open till late which is convenient for me.", imageSrc: "", imageAlt: ""
},
{
id: "3", name: "Anjali Desai", role: "Family Manager", testimonial: "My go-to store for fresh groceries. The produce is always fresh, and the owners are very helpful. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-athletic-woman-stretching-by-beach_23-2148781848.jpg", imageAlt: "Anjali Desai"
id: "3", name: "Anjali Desai", role: "Family Manager", testimonial: "My go-to store for fresh groceries. The produce is always fresh, and the owners are very helpful. Highly recommended!", imageSrc: "", imageAlt: ""
},
{
id: "4", name: "Vikram Iyer", role: "Neighborhood Resident", testimonial: "Excellent service and reliable inventory. They always have what I need. Best local grocery store in the area.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-father-posing-home_23-2148853976.jpg", imageAlt: "Vikram Iyer"
id: "4", name: "Vikram Iyer", role: "Neighborhood Resident", testimonial: "Excellent service and reliable inventory. They always have what I need. Best local grocery store in the area.", imageSrc: "", imageAlt: ""
}
]}
carouselMode="buttons"
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}