Update src/app/page.tsx
This commit is contained in:
@@ -33,7 +33,8 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "À Propos", id: "about" },
|
||||
{ name: "Menu & Services", id: "features" },
|
||||
{ name: "Menu", id: "/menus" },
|
||||
{ name: "Nos Services", id: "features" },
|
||||
{ name: "Avis", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
title="L'excellence de la viande à Ambilly"
|
||||
description="Découvrez Le Viand'Art, votre destination gastronomique pour des entrecôtes d'exception et une cuisine raffinée. Une expérience culinaire unique au 56 Rue de Genève."
|
||||
buttons={[
|
||||
{ text: "Voir le Menu", href: "#features" },
|
||||
{ text: "Voir le Menu", href: "/menus" },
|
||||
{ text: "Itinéraire", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boiled-chicken-with-asparagus-cauliflower_140725-9321.jpg"
|
||||
@@ -145,7 +146,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg"
|
||||
logoText="Le Viand'Art"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Menu", href: "#features" }] },
|
||||
{ title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Menu", href: "/menus" }] },
|
||||
{ title: "Infos", items: [{ label: "Contact", href: "#contact" }, { label: "Mentions Légales", href: "#" }] },
|
||||
]}
|
||||
imageAlt="restaurant entrance evening exterior"
|
||||
@@ -154,4 +155,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user