Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Tv, Radio, Smile } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
@@ -31,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Sports",
|
||||
id: "sports",
|
||||
},
|
||||
name: "Sports", id: "sports"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="London Gastropub"
|
||||
/>
|
||||
@@ -54,35 +47,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Le Cœur britannique de Casablanca"
|
||||
description="Wings, Smash Burgers, Fish & Chips et le meilleur du football et rugby en direct."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbwcnx&_wi=1",
|
||||
imageAlt: "London Gastropub Ambience",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbwcnx", imageAlt: "London Gastropub Ambience"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=das4zr&_wi=1",
|
||||
imageAlt: "Wings",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=das4zr", imageAlt: "Wings"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=58l01p&_wi=1",
|
||||
imageAlt: "Smash Burger",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=58l01p", imageAlt: "Smash Burger"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twrqvv&_wi=1",
|
||||
imageAlt: "Fish and Chips",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twrqvv", imageAlt: "Fish and Chips"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gur1c9",
|
||||
imageAlt: "Live Sports",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gur1c9", imageAlt: "Live Sports"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0q3ms&_wi=1",
|
||||
imageAlt: "Pub Interior",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0q3ms", imageAlt: "Pub Interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,20 +81,11 @@ export default function LandingPage() {
|
||||
description="Des classiques revisités avec passion pour ravir vos papilles."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wings croustillantes",
|
||||
content: "Nos wings signatures avec une sauce secrète maison.",
|
||||
},
|
||||
id: "1", title: "Wings croustillantes", content: "Nos wings signatures avec une sauce secrète maison."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Smash Burgers",
|
||||
content: "Viande fraîche hachée sur commande, smashée à la perfection.",
|
||||
},
|
||||
id: "2", title: "Smash Burgers", content: "Viande fraîche hachée sur commande, smashée à la perfection."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fish & Chips",
|
||||
content: "Un grand classique britannique servi avec ses frites dorées.",
|
||||
},
|
||||
id: "3", title: "Fish & Chips", content: "Un grand classique britannique servi avec ses frites dorées."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eduucg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -128,19 +99,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Football Britannique",
|
||||
value: "Direct",
|
||||
id: "1", title: "Football Britannique", value: "Direct", icon: Tv
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Rugby",
|
||||
value: "Live",
|
||||
id: "2", title: "Rugby", value: "Live", icon: Radio
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Ambiance",
|
||||
value: "100%",
|
||||
id: "3", title: "Ambiance", value: "100%", icon: Smile
|
||||
},
|
||||
]}
|
||||
title="Sport en Direct"
|
||||
@@ -155,50 +120,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Yassine A.",
|
||||
handle: "@yassine",
|
||||
testimonial: "Les meilleurs burgers de Casablanca, l'ambiance match est top.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbwcnx&_wi=2",
|
||||
imageAlt: "british pub interior dim lighting",
|
||||
},
|
||||
id: "1", name: "Yassine A.", handle: "@yassine", testimonial: "Les meilleurs burgers de Casablanca, l'ambiance match est top.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bbwcnx", imageAlt: "british pub interior dim lighting"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
handle: "@sarah",
|
||||
testimonial: "Fish and chips comme à Londres, service rapide et sympa.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0q3ms&_wi=2",
|
||||
imageAlt: "british pub interior dim lighting",
|
||||
},
|
||||
id: "2", name: "Sarah M.", handle: "@sarah", testimonial: "Fish and chips comme à Londres, service rapide et sympa.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l0q3ms", imageAlt: "british pub interior dim lighting"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thomas K.",
|
||||
handle: "@thom",
|
||||
testimonial: "Le seul vrai pub pour voir le rugby en ville !",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=das4zr&_wi=2",
|
||||
imageAlt: "british pub interior dim lighting",
|
||||
},
|
||||
id: "3", name: "Thomas K.", handle: "@thom", testimonial: "Le seul vrai pub pour voir le rugby en ville !", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=das4zr", imageAlt: "british pub interior dim lighting"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hicham R.",
|
||||
handle: "@hicham",
|
||||
testimonial: "Super lieu pour passer une soirée entre amis.",
|
||||
rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=58l01p&_wi=2",
|
||||
imageAlt: "british pub interior dim lighting",
|
||||
},
|
||||
id: "4", name: "Hicham R.", handle: "@hicham", testimonial: "Super lieu pour passer une soirée entre amis.", rating: 4,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=58l01p", imageAlt: "british pub interior dim lighting"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima L.",
|
||||
handle: "@fatima",
|
||||
testimonial: "Wings délicieuses, très accueillant même pour les enfants.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twrqvv&_wi=2",
|
||||
imageAlt: "british pub interior dim lighting",
|
||||
},
|
||||
id: "5", name: "Fatima L.", handle: "@fatima", testimonial: "Wings délicieuses, très accueillant même pour les enfants.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=twrqvv", imageAlt: "british pub interior dim lighting"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ce que disent nos clients"
|
||||
@@ -212,20 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quels sont vos horaires ?",
|
||||
content: "Nous sommes ouverts tous les jours jusqu'à 02:00.",
|
||||
},
|
||||
id: "1", title: "Quels sont vos horaires ?", content: "Nous sommes ouverts tous les jours jusqu'à 02:00."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Proposez-vous des chaises hautes ?",
|
||||
content: "Oui, nous sommes un établissement familial.",
|
||||
},
|
||||
id: "2", title: "Proposez-vous des chaises hautes ?", content: "Oui, nous sommes un établissement familial."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comment réserver ?",
|
||||
content: "Vous pouvez nous appeler ou nous contacter sur WhatsApp au 06 14 69 13 65.",
|
||||
},
|
||||
id: "3", title: "Comment réserver ?", content: "Vous pouvez nous appeler ou nous contacter sur WhatsApp au 06 14 69 13 65."},
|
||||
]}
|
||||
title="Questions Fréquentes"
|
||||
description="Tout ce que vous devez savoir."
|
||||
@@ -240,22 +166,14 @@ export default function LandingPage() {
|
||||
description="Besoin d'une réservation pour un match ou une soirée ? Contactez-nous."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nom",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Nom", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Numéro de téléphone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Numéro de téléphone", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Votre message (nombre de personnes, date...)",
|
||||
}}
|
||||
name: "message", placeholder: "Votre message (nombre de personnes, date...)"}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d977w5"
|
||||
/>
|
||||
</div>
|
||||
@@ -264,33 +182,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "London Gastropub",
|
||||
items: [
|
||||
title: "London Gastropub", items: [
|
||||
{
|
||||
label: "7 Rue Omar Elkindy, Casablanca",
|
||||
href: "#",
|
||||
},
|
||||
label: "7 Rue Omar Elkindy, Casablanca", href: "#"},
|
||||
{
|
||||
label: "06 14 69 13 65",
|
||||
href: "tel:0614691365",
|
||||
},
|
||||
label: "06 14 69 13 65", href: "tel:0614691365"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Liens",
|
||||
items: [
|
||||
title: "Liens", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Sports",
|
||||
href: "#sports",
|
||||
},
|
||||
label: "Sports", href: "#sports"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user