Update src/app/reservations/page.tsx
This commit is contained in:
@@ -5,6 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function ReservationsPage() {
|
||||
const navItems = [
|
||||
@@ -17,24 +18,21 @@ export default function ReservationsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Galerie", href: "/galerie" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Réservations",
|
||||
items: [
|
||||
title: "Réservations", items: [
|
||||
{ label: "Réserver une table", href: "/reservations" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Conditions", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suivez-Nous",
|
||||
items: [
|
||||
title: "Suivez-Nous", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "TripAdvisor", href: "https://tripadvisor.com" },
|
||||
@@ -49,7 +47,7 @@ export default function ReservationsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -69,7 +67,7 @@ export default function ReservationsPage() {
|
||||
tag="Réservations"
|
||||
title="Rejoignez-nous pour une soirée inoubliable"
|
||||
description="Avec seulement 26 places assises, nous vous recommandons de réserver à l'avance pour ne pas manquer une expérience culinaire exceptionnelle."
|
||||
tagIcon="Phone"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user