Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user