Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-28 13:21:58 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg?_wi=1"
imageAlt="Warm inviting restaurant scene"
mediaAnimation="blur-reveal"
/>
@@ -82,21 +82,21 @@ export default function LandingPage() {
id: 1,
title: "Creamy Carbonara",
description: "Authentic pasta tossed with savory guanciale, fresh eggs, and pecorino romano.",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-basil_140725-8745.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-basil_140725-8745.jpg?_wi=1",
imageAlt: "Carbonara",
},
{
id: 2,
title: "Signature Grilled Platter",
description: "Perfectly seasoned grilled meats and garden-fresh vegetables.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-baked-potatoes-grilled-vegetables-sauce-black-board_141793-2998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-baked-potatoes-grilled-vegetables-sauce-black-board_141793-2998.jpg?_wi=1",
imageAlt: "Grilled Dish",
},
{
id: 3,
title: "Artisan Desserts & Coffee",
description: "Conclude your meal with our house-made desserts paired with barista-crafted coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cake-slices-with-nuts-cup-tea-black_140725-104434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cake-slices-with-nuts-cup-tea-black_140725-104434.jpg?_wi=1",
imageAlt: "Dessert",
},
]}
@@ -170,19 +170,19 @@ export default function LandingPage() {
id: "p1",
name: "Classic Carbonara",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-basil_140725-8745.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-basil_140725-8745.jpg?_wi=2",
},
{
id: "p2",
name: "Grilled Steak Platter",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-baked-potatoes-grilled-vegetables-sauce-black-board_141793-2998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-baked-potatoes-grilled-vegetables-sauce-black-board_141793-2998.jpg?_wi=2",
},
{
id: "p3",
name: "House Dessert",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cake-slices-with-nuts-cup-tea-black_140725-104434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cake-slices-with-nuts-cup-tea-black_140725-104434.jpg?_wi=2",
},
]}
title="Explore Our Menu"
@@ -214,7 +214,7 @@ export default function LandingPage() {
placeholder: "Reservations or special requests...",
}}
buttonText="Submit"
imageSrc="http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>