Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf9bf6f544 | |||
| b57390eaeb | |||
| ea0a9d7d65 |
@@ -135,16 +135,16 @@ export default function LandingPage() {
|
|||||||
description="See what our satisfied customers have to say about Sai Dhanya Bhandar."
|
description="See what our satisfied customers have to say about Sai Dhanya Bhandar."
|
||||||
testimonials={[
|
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"
|
carouselMode="buttons"
|
||||||
@@ -245,4 +245,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user