Update src/app/page.tsx
This commit is contained in:
@@ -224,13 +224,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user