Update src/app/page.tsx

This commit is contained in:
2026-02-20 19:30:04 +00:00
parent 6749eec720
commit 45ec59640b

View File

@@ -77,21 +77,21 @@ export default function HomePage() {
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',
imageSrc: 'https://img.b2bpic.net/free-photo/spaghetti-with-fresh-ingredients_1220-439.jpg?_wi=1',
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',
imageSrc: 'https://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1',
imageAlt: 'Cozy restaurant interior',
},
{
id: 3,
title: 'Private Dining Options',
description: 'Host your next event in our elegant private dining areas, offering an exclusive experience for your guests.',
imageSrc: 'https://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=1',
imageAlt: 'Private dining room',
},
{
@@ -118,7 +118,7 @@ export default function HomePage() {
price: '$18.00',
rating: 5,
reviewCount: '1.2k',
imageSrc: 'https://img.b2bpic.net/free-photo/top-view-sliced-margherita-pizza-topped-with-rocket_141793-2185.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/top-view-sliced-margherita-pizza-topped-with-rocket_141793-2185.jpg?_wi=1',
imageAlt: 'Delicious Pizza Margherita',
},
{
@@ -128,7 +128,7 @@ export default function HomePage() {
price: '$22.00',
rating: 5,
reviewCount: '980',
imageSrc: 'https://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/pasta-dish-restaurant-table_7939-2483.jpg?_wi=1',
imageAlt: 'Creamy Spaghetti Carbonara',
},
{
@@ -138,7 +138,7 @@ export default function HomePage() {
price: '$10.00',
rating: 5,
reviewCount: '750',
imageSrc: 'https://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg?_wi=1',
imageAlt: 'Classic Tiramisu dessert',
},
{
@@ -148,7 +148,7 @@ export default function HomePage() {
price: '$24.00',
rating: 5,
reviewCount: '620',
imageSrc: 'https://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg',
imageSrc: 'https://img.b2bpic.net/free-photo/classic-italian-lasagna-with-meat-vegetables_1220-7907.jpg?_wi=1',
imageAlt: 'Hearty Italian Lasagna',
},
]}