Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:27:16 +00:00
parent 129ec69c8b
commit 8a6c10852e

View File

@@ -224,13 +224,13 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "t1", name: "Sarah Miller", role: "Local Resident", company: "Verified Customer", rating: 5, id: "t1", name: "Sarah Miller", role: "Local Resident", company: "Verified Customer", rating: 5,
testimonial: "Best chicken kebab in town! Always fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500432.jpg"}, imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500432.jpg"},
{ {
id: "t2", name: "John Doe", role: "Regular", company: "Verified Customer", rating: 5, id: "t2", name: "John Doe", role: "Regular", company: "Verified Customer", rating: 5,
testimonial: "Fast delivery and the portions are huge. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-56236.jpg"}, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-56236.jpg"},
{ {
id: "t3", name: "Emily Smith", role: "Office Worker", company: "Verified Customer", rating: 5, id: "t3", name: "Emily Smith", role: "Office Worker", company: "Verified Customer", rating: 5,
testimonial: "My go-to spot for a quick dinner after work. Super friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"} imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"}
]} ]}
/> />
</div> </div>