Update src/app/gallery/page.tsx
This commit is contained in:
@@ -24,20 +24,13 @@ export default function GalleryPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "À Propos", id: "/about"},
|
||||
{
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "Galerie", id: "/#gallery"},
|
||||
{
|
||||
name: "Témoignages", id: "/#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Contact", id: "/#contact"},
|
||||
{ name: "Accueil", id: "/"},
|
||||
{ name: "À Propos", id: "/about"},
|
||||
{ name: "Services", id: "/services"},
|
||||
{ name: "Galerie", id: "/gallery"},
|
||||
{ name: "Témoignages", id: "/#testimonials"},
|
||||
{ name: "FAQ", id: "/#faq"},
|
||||
{ name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
brandName="Salle Évasion"
|
||||
button={{
|
||||
@@ -52,6 +45,7 @@ export default function GalleryPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Notre Galerie d'Événements"
|
||||
description="Découvrez des moments inoubliables capturés dans notre salle."
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "1", name: "Mariage Élégant", price: "À partir de 1500€", variant: "Cérémonie", imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-area-in-a-forest-decorated-with-white-flowers-and-rustic-style-details_181624-53900.jpg" },
|
||||
{ id: "2", name: "Anniversaire Joyeux", price: "À partir de 500€", variant: "Fête", imageSrc: "http://img.b2bpic.net/free-photo/view-of-table-with-happy-birthday-cake-and-drinks_23-2148405096.jpg" },
|
||||
@@ -68,36 +62,25 @@ export default function GalleryPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Découvrir", items: [
|
||||
{
|
||||
label: "Accueil", href: "/"},
|
||||
{
|
||||
label: "À Propos", href: "/about"},
|
||||
{
|
||||
label: "Services", href: "/#services"},
|
||||
{
|
||||
label: "Galerie", href: "/#gallery"}
|
||||
{ label: "Accueil", href: "/"},
|
||||
{ label: "À Propos", href: "/about"},
|
||||
{ label: "Services", href: "/services"},
|
||||
{ label: "Galerie", href: "/gallery"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Assistance", items: [
|
||||
{
|
||||
label: "FAQ", href: "/#faq"},
|
||||
{
|
||||
label: "Contact", href: "/#contact"},
|
||||
{
|
||||
label: "Politique de Confidentialité", href: "#"},
|
||||
{
|
||||
label: "Conditions Générales", href: "#"}
|
||||
{ label: "FAQ", href: "/#faq"},
|
||||
{ label: "Contact", href: "/#contact"},
|
||||
{ label: "Politique de Confidentialité", href: "#"},
|
||||
{ label: "Conditions Générales", href: "#"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Nous Suivre", items: [
|
||||
{
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "LinkedIn", href: "#"}
|
||||
{ label: "Facebook", href: "#"},
|
||||
{ label: "Instagram", href: "#"},
|
||||
{ label: "LinkedIn", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user