Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-02-20 19:30:10 +00:00
Showing only changes of commit 6f7be72d8b - Show all commits

View File

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