Update src/app/page.tsx

This commit is contained in:
2026-06-10 17:45:56 +00:00
parent bcba46f01c
commit 6f9fa4080b

View File

@@ -17,7 +17,7 @@ export default function LandingPage() {
const updatedNavItems = [
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Products", id: "/products" },
{ name: "Reviews", id: "#reviews" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "#contact" },
@@ -28,7 +28,7 @@ export default function LandingPage() {
items: [
{ label: "Home", href: "#hero" },
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#menu" },
{ label: "Products", href: "/products" },
],
},
{
@@ -73,7 +73,7 @@ export default function LandingPage() {
logoText="VANISCA"
description="Experience Moroccan-Mediterranean fusion in Agadir Bay. Family-friendly dining, outdoor seating, and exquisite vegetarian options for an unforgettable culinary journey."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "View Menu", href: "/products" },
{ text: "Make a Reservation", href: "/services" },
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg"