Update src/app/about/page.tsx
This commit is contained in:
@@ -61,7 +61,7 @@ export default function AboutPage() {
|
||||
name: 'Maria Rossi',
|
||||
role: 'Owner & Hostess',
|
||||
description: 'Maria ensures every guest feels at home with her warm hospitality and keen eye for detail.',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg',
|
||||
imageAlt: 'Maria Rossi',
|
||||
},
|
||||
{
|
||||
@@ -69,7 +69,7 @@ export default function AboutPage() {
|
||||
name: 'Antonio Verdi',
|
||||
role: 'Restaurant Manager',
|
||||
description: 'Antonio expertly oversees our daily operations, ensuring smooth service and an excellent dining atmosphere.',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/catering-business_1098-15740.jpg?_wi=1',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/catering-business_1098-15740.jpg',
|
||||
imageAlt: 'Antonio Verdi',
|
||||
},
|
||||
]}
|
||||
@@ -88,14 +88,14 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: 'Fresh, Authentic Ingredients',
|
||||
description: 'We source the finest local and imported ingredients to ensure every dish bursts with genuine Italian flavors.',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/spaghetti-with-fresh-ingredients_1220-439.jpg?_wi=2',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/spaghetti-with-fresh-ingredients_1220-439.jpg',
|
||||
imageAlt: 'Fresh Italian ingredients',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: 'Cozy & Welcoming Ambiance',
|
||||
description: 'Our restaurant offers a warm, rustic setting perfect for family dinners, romantic dates, and special celebrations.',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2',
|
||||
imageSrc: 'https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg',
|
||||
imageAlt: 'Cozy restaurant interior',
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user