7 Commits

Author SHA1 Message Date
4bd8c5d062 Update src/app/page.tsx 2026-04-26 17:10:19 +00:00
b0e0dc84da Update src/app/page.tsx 2026-04-26 17:05:08 +00:00
873d023c5e Update src/app/page.tsx 2026-04-26 17:04:38 +00:00
dbd7aeb255 Update src/app/page.tsx 2026-04-26 17:02:48 +00:00
58706c4e1c Update src/app/page.tsx 2026-04-26 17:02:20 +00:00
ea2c2ad033 Merge version_2 into main
Merge version_2 into main
2026-04-26 16:59:28 +00:00
560ecc4553 Update src/app/page.tsx 2026-04-26 16:59:25 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -30,18 +30,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Accueil",
id: "#hero",
},
{
name: "Spécialités",
id: "#specialties",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Accueil", id: "#hero" },
{ name: "Spécialités", id: "#specialties" },
{ name: "Appelez maintenant", id: "tel:+33668228133" }
]}
brandName="The 88 Coffee"
/>
@@ -49,78 +40,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Votre adresse gourmande à Villepinte Ouvert jusquà 2h"
title="The 88 Coffee à Villepinte Ouvert jusquà 2h !"
description="Plats généreux, service rapide, sur place, à emporter ou en livraison."
testimonials={[
{
name: "Sarah",
handle: "@sarah",
testimonial: "Excellent service et plats copieux !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg",
},
name: "Sarah", handle: "Client satisfait", testimonial: "Excellent service et plats copieux !", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg"},
{
name: "Marc",
handle: "@marc",
testimonial: "Très bon accueil et belle décoration.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg",
},
{
name: "Julie",
handle: "@julie",
testimonial: "La meilleure adresse ouverte tard !",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50-s-cafe-sitting-table_285396-10411.jpg",
},
{
name: "Thomas",
handle: "@thomas",
testimonial: "Service rapide et cuisine fraîche.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303528.jpg",
},
{
name: "Emilie",
handle: "@emilie",
testimonial: "Super rapport qualité/prix, j'adore.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
},
name: "Marc", handle: "Client fidèle", testimonial: "Très bon accueil et belle décoration.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg"},
]}
buttons={[
{
text: "Appeler maintenant",
href: "tel:+33668228133",
},
{
text: "Commander",
href: "#contact",
},
{ text: "Appeler maintenant", href: "tel:+33668228133" },
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-woman-having-romantic-dinner-together_23-2148435804.jpg",
alt: "Man and woman having a romantic dinner together",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-glass_23-2148899013.jpg",
alt: "Close up smiley woman holding glass",
},
{
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018784.jpg",
alt: "Couple having dinner at a restaurant",
},
{
src: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277989.jpg",
alt: "Foodie taking photo of a bowl with salad and sea fruits",
},
{
src: "http://img.b2bpic.net/free-photo/young-girl-sitting-restaurant-shaking-her-friend39s-hand_114579-92516.jpg",
alt: "Young girl sitting at the restaurant and shaking her friend's hand",
},
]}
/>
</div>
@@ -130,14 +63,8 @@ export default function LandingPage() {
title="À propos de nous"
description="Situé au 88 Bd Robert Ballanger, The 88 Coffee est votre halte gourmande préférée à Villepinte. Ouverts jusqu'à 2h du matin, nous mettons un point d'honneur à vous proposer une cuisine généreuse et de qualité."
metrics={[
{
value: "4.1/5",
title: "Note client",
},
{
value: "02:00",
title: "Fermeture tardive",
},
{ value: "4.1/5", title: "Note client" },
{ value: "02:00", title: "Fermeture tardive" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208290.jpg"
mediaAnimation="slide-up"
@@ -153,59 +80,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Burger Signature",
brand: "Street Food",
price: "12€",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-burger-with-fried-egg_23-2148784520.jpg",
reviewCount: "89 avis",
},
id: "1", name: "Burger Signature", brand: "Street Food", price: "12€", rating: 5, reviewCount: "89 avis", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-holding-burger-with-fried-egg_23-2148784520.jpg"},
{
id: "2",
name: "Pâtes au Pesto",
brand: "Assiettes",
price: "14€",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-with-sliced-chicken-inside-plate-light-background_140725-141071.jpg",
reviewCount: "56 avis",
},
id: "2", name: "Pâtes au Pesto", brand: "Assiettes", price: "14€", rating: 4, reviewCount: "56 avis", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-with-sliced-chicken-inside-plate-light-background_140725-141071.jpg"},
{
id: "3",
name: "Frites Maison",
brand: "Snacks",
price: "4€",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26890.jpg",
reviewCount: "120 avis",
},
{
id: "4",
name: "Salade Fraîcheur",
brand: "Healthy",
price: "10€",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg",
reviewCount: "40 avis",
},
{
id: "5",
name: "Wrap Gourmand",
brand: "Street Food",
price: "9€",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/boiled-pasta-with-lemon-slices-white-plate_114579-81313.jpg",
reviewCount: "75 avis",
},
{
id: "6",
name: "Boisson Fraîche",
brand: "Boissons",
price: "3€",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tasty-french-fries-marble-background_1150-45301.jpg",
reviewCount: "90 avis",
},
id: "3", name: "Frites Maison", brand: "Snacks", price: "4€", rating: 5, reviewCount: "120 avis", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-french-fries-wooden-table_123827-26890.jpg"},
]}
title="Nos spécialités"
description="Découvrez notre sélection de plats préparés avec passion et produits frais."
@@ -219,26 +98,9 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Service Rapide",
description: "Un service efficace pour manger vite et bien.",
tag: "Gain de temps",
imageSrc: "http://img.b2bpic.net/free-photo/rolls-served-with-tomatoes-arugula-sauce-1_140725-8786.jpg",
},
id: "f1", title: "Service Rapide", description: "Un service efficace pour manger vite et bien.", tag: "Gain de temps", imageSrc: "http://img.b2bpic.net/free-photo/rolls-served-with-tomatoes-arugula-sauce-1_140725-8786.jpg"},
{
id: "f2",
title: "Ouvert jusqu'à 2h",
description: "L'adresse incontournable des noctambules.",
tag: "Disponibilité",
imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg",
},
{
id: "f3",
title: "Multiples options",
description: "Sur place, drive ou livraison sans contact.",
tag: "Flexibilité",
imageSrc: "http://img.b2bpic.net/free-photo/bunch-raw-pasta-wooden-bowl_114579-76283.jpg",
},
id: "f2", title: "Ouvert jusqu'à 2h", description: "L'adresse incontournable des noctambules.", tag: "Disponibilité", imageSrc: "http://img.b2bpic.net/free-photo/spicy-pasta-spaghetti-with-sausage_1203-9419.jpg"},
]}
title="Pourquoi nous choisir ?"
description="Une expérience client unique à Villepinte, axée sur la convivialité et la rapidité."
@@ -250,14 +112,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"UberEats",
"Deliveroo",
"JustEat",
"Google Maps",
"TripAdvisor",
"TheFork",
"Facebook",
]}
"UberEats", "Deliveroo", "JustEat"]}
title="Partenaires & Services"
description="Nous collaborons avec les meilleurs services de livraison pour vous satisfaire."
/>
@@ -269,20 +124,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Faites-vous la livraison ?",
content: "Oui, nous proposons la livraison sans contact.",
},
id: "q1", title: "Faites-vous la livraison ?", content: "Oui, nous proposons la livraison sans contact."},
{
id: "q2",
title: "Quels sont vos horaires ?",
content: "Nous sommes ouverts jusqu'à 02:00 du matin.",
},
{
id: "q3",
title: "Où êtes-vous situés ?",
content: "Nous sommes au 88 Bd Robert Ballanger, Villepinte.",
},
id: "q2", title: "Quels sont vos horaires ?", content: "Nous sommes ouverts jusqu'à 02:00 du matin."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-sitting-restaurant-looking-away_23-2147936207.jpg"
mediaAnimation="slide-up"
@@ -293,30 +137,15 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
<ContactCTA
tag="Contact"
title="Une envie maintenant ?"
description="Contactez-nous pour commander ou pour toute demande d'information."
inputs={[
{
name: "name",
type: "text",
placeholder: "Votre nom",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Votre téléphone",
required: true,
},
description="Passez commande ou contactez-nous pour toute demande."
buttons={[
{ text: "Appeler le 06 68 22 81 33", href: "tel:+33668228133" }
]}
textarea={{
name: "message",
placeholder: "Votre message...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-s-hand-holding-smartphone-with-map-gps-navigation_23-2147837118.jpg"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -325,38 +154,8 @@ export default function LandingPage() {
logoText="The 88 Coffee"
columns={[
{
title: "Contact",
items: [
{
label: "06 68 22 81 33",
href: "tel:+33668228133",
},
{
label: "88 Bd Robert Ballanger, Villepinte",
href: "#",
},
],
},
{
title: "Horaires",
items: [
{
label: "Ouvert jusqu'à 02:00",
href: "#",
},
],
},
{
title: "Légal",
items: [
{
label: "Mentions Légales",
href: "#",
},
{
label: "Confidentialité",
href: "#",
},
title: "Contact", items: [
{ label: "06 68 22 81 33", href: "tel:+33668228133" },
],
},
]}