Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -143,10 +143,10 @@ export default function VestaLunch() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Regular Customer", testimonial: "Best all-day breakfast in Toronto. The staff remember my order, and I can always count on Vesta for comfort food at any hour.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Sarah Mitchell", icon: Heart,
|
||||
id: "1", name: "Sarah Mitchell", role: "Regular Customer", testimonial: "Best all-day breakfast in Toronto. The staff remember my order, and I can always count on Vesta for comfort food at any hour.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Sarah Mitchell", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mike Chen", role: "Night Shift Worker", testimonial: "After a long shift, there's nowhere else I'd rather eat. The burgers are amazing, the coffee never stops flowing, and everyone's friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "Mike Chen", icon: Utensils,
|
||||
id: "2", name: "Mike Chen", role: "Night Shift Worker", testimonial: "After a long shift, there's nowhere else I'd rather eat. The burgers are amazing, the coffee never stops flowing, and everyone's friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1", imageAlt: "Mike Chen", icon: Utensils,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Breakfast Lover", testimonial: "Authentic diner vibes. Real people, real food, real prices. This is why I love Dupont Street.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Emily Rodriguez", icon: Home,
|
||||
@@ -155,9 +155,9 @@ export default function VestaLunch() {
|
||||
id: "4", name: "David Kim", role: "Neighborhood Fixture", testimonial: "Vesta isn't just a restaurant—it's part of the neighborhood's soul. 24-hour operation means it's always there when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", imageAlt: "David Kim", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Wong", role: "Regular", testimonial: "Affordable, authentic, always packed with interesting people. This is what a real diner should be.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Jessica Wong"},
|
||||
id: "5", name: "Jessica Wong", role: "Regular", testimonial: "Affordable, authentic, always packed with interesting people. This is what a real diner should be.", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "Jessica Wong"},
|
||||
{
|
||||
id: "6", name: "Marcus Thompson", role: "Late-Night Visitor", testimonial: "The souvlaki is incredible. Greek quality, diner prices, and open when I need a meal at midnight.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "Marcus Thompson"},
|
||||
id: "6", name: "Marcus Thompson", role: "Late-Night Visitor", testimonial: "The souvlaki is incredible. Greek quality, diner prices, and open when I need a meal at midnight.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2", imageAlt: "Marcus Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user