Update src/app/page.tsx
This commit is contained in:
@@ -119,10 +119,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rahul Singh", handle: "@rahul_loves_burgers", testimonial: "Best burger I've ever had! The quality of ingredients is outstanding and the taste is absolutely divine. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "Rahul Singh"
|
||||
id: "1", name: "Rahul Singh", handle: "@rahul_loves_burgers", testimonial: "Best burger I've ever had! The quality of ingredients is outstanding and the taste is absolutely divine. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg?_wi=1", imageAlt: "Rahul Singh"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_foodie", testimonial: "Chawlas has completely changed my burger game. Fresh, delicious, and delivered quickly. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", imageAlt: "Priya Sharma"
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_foodie", testimonial: "Chawlas has completely changed my burger game. Fresh, delicious, and delivered quickly. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Arjun Patel", handle: "@arjun_eats", testimonial: "The customization options are amazing! I can make my burger exactly how I like it. Simply phenomenal!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-male-model-showing-thumbup-smiling-pleased-standing-light-blue-background_1258-145627.jpg", imageAlt: "Arjun Patel"
|
||||
@@ -131,10 +131,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Anjali Gupta", handle: "@anjali_gourmet", testimonial: "Finally found a burger place that takes quality seriously. Every burger is a masterpiece. Chawlas is my go-to!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-specialized-photographer-taking-photos_23-2150254638.jpg", imageAlt: "Anjali Gupta"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Kumar", handle: "@vikram_burger_king", testimonial: "The Double Stack is perfection! Double patties, amazing sauce, perfect balance. This is what I've been looking for!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "Vikram Kumar"
|
||||
id: "5", name: "Vikram Kumar", handle: "@vikram_burger_king", testimonial: "The Double Stack is perfection! Double patties, amazing sauce, perfect balance. This is what I've been looking for!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg?_wi=2", imageAlt: "Vikram Kumar"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Neha Verma", handle: "@neha_foodblogger", testimonial: "As a food blogger, I'm impressed by the consistency and quality. Every order is excellent. Bravo Chawlas!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg", imageAlt: "Neha Verma"
|
||||
id: "6", name: "Neha Verma", handle: "@neha_foodblogger", testimonial: "As a food blogger, I'm impressed by the consistency and quality. Every order is excellent. Bravo Chawlas!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1702.jpg?_wi=2", imageAlt: "Neha Verma"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user