Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-24 09:23:25 +00:00

View File

@@ -37,6 +37,7 @@ export default function ItalianRestaurantPage() {
{ name: "Reservations", id: "contact" },
{ name: "Reviews", id: "testimonials" }
]}
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
@@ -50,8 +51,8 @@ export default function ItalianRestaurantPage() {
imageSrc="https://img.b2bpic.net/premium-photo/tasted-famous-italian-food_119101-260.jpg?id=6608694"
imageAlt="Elegant Italian restaurant dining room"
buttons={[
{ text: "Reserve Now", href: "contact" },
{ text: "View Menu", href: "menu" }
{ text: "Reserve Now", href: "#contact" },
{ text: "View Menu", href: "#menu" }
]}
/>
</div>