diff --git a/src/app/page.tsx b/src/app/page.tsx index d42e4e8..64678e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { title="Culinary Perfection in Every Bite" description="Welcome to ChoryDogos, where street food sophistication meets gourmet craftsmanship. Indulge in our artisan-curated flavors designed for the true food enthusiast." testimonials={[ - { name: "Marcus V.", handle: "@marcusv", testimonial: "Simply the best artisanal hot dogs I have ever tasted.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg" }, - { name: "Elena S.", handle: "@elenas", testimonial: "A complete revelation. The truffle mayo is a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg" }, + { name: "Marcus V.", handle: "@marcusv", testimonial: "Simply the best artisanal hot dogs I have ever tasted.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg?_wi=1" }, + { name: "Elena S.", handle: "@elenas", testimonial: "A complete revelation. The truffle mayo is a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg?_wi=1" }, { name: "Julian D.", handle: "@juliand", testimonial: "Elegant, delicious, and perfectly curated. Must-visit!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" }, { name: "Sarah K.", handle: "@sarahk", testimonial: "ChoryDogos elevates the classic dog to fine dining levels.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-lady-designer-sitting-indoors-night-holding-pencil_171337-15774.jpg" }, { name: "Leo B.", handle: "@leob", testimonial: "The atmosphere and flavors are absolutely world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-elderly-businessman-man-restaurant-senior-black-suit_1157-46620.jpg" } @@ -105,8 +105,8 @@ export default function LandingPage() { groups={[ { id: "chefs", groupTitle: "Kitchen Leadership", members: [ - { id: "m1", title: "Chef Marco", subtitle: "Executive Chef", detail: "Master of artisan blends.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg" }, - { id: "m2", title: "Chef Elena", subtitle: "Pastry & Toppings", detail: "Creative flavor architect.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg" } + { id: "m1", title: "Chef Marco", subtitle: "Executive Chef", detail: "Master of artisan blends.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg?_wi=2" }, + { id: "m2", title: "Chef Elena", subtitle: "Pastry & Toppings", detail: "Creative flavor architect.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-redhead-curly-lady-standing-cafe_171337-16592.jpg?_wi=2" } ] } ]}