Update src/app/page.tsx
This commit is contained in:
237
src/app/page.tsx
237
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Signature",
|
||||
id: "products",
|
||||
},
|
||||
name: "Signature", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="H&K Burger"
|
||||
/>
|
||||
@@ -55,45 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Les meilleurs burgers de Quimper 🔥"
|
||||
description="Des burgers généreux, savoureux et préparés avec passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Commander maintenant",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Commander maintenant", href: "#contact"},
|
||||
{
|
||||
text: "Voir le menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Voir le menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg?_wi=1",
|
||||
imageAlt: "Burger gourmet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg", imageAlt: "Burger gourmet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fries-basket_140725-5717.jpg?_wi=1",
|
||||
imageAlt: "Menu fast-food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fries-basket_140725-5717.jpg", imageAlt: "Menu fast-food"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg?_wi=1",
|
||||
imageAlt: "Burger au bacon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg", imageAlt: "Burger au bacon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914006.jpg",
|
||||
imageAlt: "Burger poulet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914006.jpg", imageAlt: "Burger poulet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-hamburger_23-2148575443.jpg",
|
||||
imageAlt: "Burger BBQ",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-hamburger_23-2148575443.jpg", imageAlt: "Burger BBQ"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sandwich-with-salad_23-2148640167.jpg",
|
||||
imageAlt: "Burger veggie",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sandwich-with-salad_23-2148640167.jpg", imageAlt: "Burger veggie"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,47 +81,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Burger",
|
||||
price: "9.90€",
|
||||
variant: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-sandwich-with-tomatoes-green-dark-surface-close-up-shot_179666-42483.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Burger", price: "9.90€", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-sandwich-with-tomatoes-green-dark-surface-close-up-shot_179666-42483.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Double Cheese",
|
||||
price: "12.50€",
|
||||
variant: "Gourmand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-cheeseburger-wooden-plate_23-2151985475.jpg",
|
||||
},
|
||||
id: "2", name: "Double Cheese", price: "12.50€", variant: "Gourmand", imageSrc: "http://img.b2bpic.net/free-photo/double-cheeseburger-wooden-plate_23-2151985475.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Crispy Chicken",
|
||||
price: "10.90€",
|
||||
variant: "Populaire",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-big-burger-cooked-cafe-staying-plate_7502-9267.jpg",
|
||||
},
|
||||
id: "3", name: "Crispy Chicken", price: "10.90€", variant: "Populaire", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-big-burger-cooked-cafe-staying-plate_7502-9267.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bacon Deluxe",
|
||||
price: "13.90€",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg",
|
||||
},
|
||||
id: "4", name: "Bacon Deluxe", price: "13.90€", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-fast-food-meal-snack-french-fries-dinner-dish-sandwich_140725-156237.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Veggie Delight",
|
||||
price: "11.50€",
|
||||
variant: "Nouveau",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-sandwich-with-green-salad-vegetables-inside-plate-light-table_140725-38032.jpg",
|
||||
},
|
||||
id: "5", name: "Veggie Delight", price: "11.50€", variant: "Nouveau", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-sandwich-with-green-salad-vegetables-inside-plate-light-table_140725-38032.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fish Burger",
|
||||
price: "10.50€",
|
||||
variant: "Classique",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-grilled-seafood-lemon-plate-generative-ai_188544-8288.jpg",
|
||||
},
|
||||
id: "6", name: "Fish Burger", price: "10.50€", variant: "Classique", imageSrc: "http://img.b2bpic.net/free-photo/fresh-grilled-seafood-lemon-plate-generative-ai_188544-8288.jpg"},
|
||||
]}
|
||||
title="Notre Menu"
|
||||
description="Découvrez nos délicieuses créations, des burgers classiques aux spécialités H&K."
|
||||
@@ -159,53 +104,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Ingrédients frais",
|
||||
description: "Sélectionnés chaque matin auprès de nos producteurs locaux.",
|
||||
icon: CheckCircle,
|
||||
title: "Ingrédients frais", description: "Sélectionnés chaque matin auprès de nos producteurs locaux.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-assortment_23-2148614052.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-hamburger-menu-assortment_23-2148614052.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg?_wi=2",
|
||||
imageAlt: "gourmet burger fast food",
|
||||
},
|
||||
{
|
||||
title: "Goût unique",
|
||||
description: "Une recette de grillade maison gardée secrète par nos chefs.",
|
||||
icon: Sparkles,
|
||||
title: "Goût unique", description: "Une recette de grillade maison gardée secrète par nos chefs.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-knife-inside-fries_141793-39.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-knife-inside-fries_141793-39.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-with-chicken-cutlet-melted-cheese-tomatoes-pickles-wooden-board_140725-11869.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burgers-with-chicken-cutlet-melted-cheese-tomatoes-pickles-wooden-board_140725-11869.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fries-basket_140725-5717.jpg?_wi=2",
|
||||
imageAlt: "gourmet burger fast food",
|
||||
},
|
||||
{
|
||||
title: "Portions généreuses",
|
||||
description: "Parce qu'on sait que vous avez une faim de loup.",
|
||||
icon: Award,
|
||||
title: "Portions généreuses", description: "Parce qu'on sait que vous avez une faim de loup.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handmade-tasty-beef-burger-with-lettuce_23-2148290688.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handmade-tasty-beef-burger-with-lettuce_23-2148290688.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-burger-bun-with-sesame-sprinkles_140725-8727.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-burger-bun-with-sesame-sprinkles_140725-8727.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg?_wi=2",
|
||||
imageAlt: "gourmet burger fast food",
|
||||
},
|
||||
]}
|
||||
title="Pourquoi choisir H&K Burger ?"
|
||||
description="Nous sélectionnons nos produits pour vous offrir la meilleure expérience gustative à Quimper."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,14 +142,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "H&K Burger : Le goût avant tout.",
|
||||
},
|
||||
type: "text", content: "H&K Burger : Le goût avant tout."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-close-up-cheeseburger_23-2151985487.jpg",
|
||||
alt: "About us image",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-close-up-cheeseburger_23-2151985487.jpg", alt: "About us image"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,59 +156,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marie L.",
|
||||
role: "Client",
|
||||
company: "Quimper",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-blank-menu-with-french-fries-burger_23-2148493174.jpg",
|
||||
},
|
||||
id: "1", name: "Marie L.", role: "Client", company: "Quimper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-blank-menu-with-french-fries-burger_23-2148493174.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas B.",
|
||||
role: "Client",
|
||||
company: "Quimper",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg",
|
||||
},
|
||||
id: "2", name: "Thomas B.", role: "Client", company: "Quimper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie P.",
|
||||
role: "Client",
|
||||
company: "Quimper",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-drumsticks-with-ketchup-fries-with-copy-space_23-2148682839.jpg",
|
||||
},
|
||||
id: "3", name: "Sophie P.", role: "Client", company: "Quimper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-drumsticks-with-ketchup-fries-with-copy-space_23-2148682839.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julien M.",
|
||||
role: "Client",
|
||||
company: "Quimper",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-with-cheddar-cheese-fries-generative-ai_188544-33242.jpg",
|
||||
},
|
||||
id: "4", name: "Julien M.", role: "Client", company: "Quimper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-burger-with-cheddar-cheese-fries-generative-ai_188544-33242.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Clara S.",
|
||||
role: "Client",
|
||||
company: "Quimper",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-counter_23-2148784524.jpg",
|
||||
},
|
||||
id: "5", name: "Clara S.", role: "Client", company: "Quimper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-counter_23-2148784524.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Burgers vendus/jour",
|
||||
},
|
||||
value: "100+", label: "Burgers vendus/jour"},
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Note moyenne",
|
||||
},
|
||||
value: "4.8/5", label: "Note moyenne"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Viande fraîche",
|
||||
},
|
||||
value: "100%", label: "Viande fraîche"},
|
||||
]}
|
||||
title="Avis de nos clients"
|
||||
description="Ce qu'ils disent de nos burgers."
|
||||
@@ -298,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Où êtes-vous situés ?",
|
||||
content: "Nous sommes en plein cœur de Quimper.",
|
||||
},
|
||||
id: "f1", title: "Où êtes-vous situés ?", content: "Nous sommes en plein cœur de Quimper."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Quels sont vos horaires ?",
|
||||
content: "Ouvert 7j/7, de 11h à 23h.",
|
||||
},
|
||||
id: "f2", title: "Quels sont vos horaires ?", content: "Ouvert 7j/7, de 11h à 23h."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Proposez-vous le Click & Collect ?",
|
||||
content: "Oui, commandez en ligne et récupérez votre commande rapidement.",
|
||||
},
|
||||
id: "f3", title: "Proposez-vous le Click & Collect ?", content: "Oui, commandez en ligne et récupérez votre commande rapidement."},
|
||||
]}
|
||||
title="Questions fréquentes"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -326,16 +209,10 @@ export default function LandingPage() {
|
||||
description="Venez nous voir ou commandez en ligne."
|
||||
inputs={[
|
||||
{
|
||||
name: "nom",
|
||||
type: "text",
|
||||
placeholder: "Votre nom",
|
||||
required: true,
|
||||
name: "nom", type: "text", placeholder: "Votre nom", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Votre email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Votre email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-cheeseburger-black-gloves_140725-9620.jpg"
|
||||
@@ -348,25 +225,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Mentions Légales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mentions Légales", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user