Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59b37d3617 |
173
src/app/page.tsx
173
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Le Concept",
|
name: "Le Concept", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "La Carte",
|
name: "La Carte", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Infos",
|
name: "Infos", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ô Tour du Grill"
|
brandName="Ô Tour du Grill"
|
||||||
/>
|
/>
|
||||||
@@ -55,41 +47,26 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Ô Tour du Grill"
|
title="Ô Tour du Grill"
|
||||||
description="Grillez et savourez à volonté ! Une expérience gourmande et équilibrée au cœur de Colmar."
|
description="Grillez et savourez à volonté ! Une expérience gourmande et équilibrée au cœur de Colmar."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Découvrir la carte",
|
text: "Découvrir la carte", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-vegetables-grill-onions_140725-2044.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-vegetables-grill-onions_140725-2044.jpg", imageAlt: "Grillades à volonté"},
|
||||||
imageAlt: "Grillades à volonté",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg", imageAlt: "Cuisson Plancha"},
|
||||||
imageAlt: "Cuisson Plancha",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-4231.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-4231.jpg", imageAlt: "Burger Station"},
|
||||||
imageAlt: "Burger Station",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-round-minced-meat-kitchen_140725-14390.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-round-minced-meat-kitchen_140725-14390.jpg", imageAlt: "Buffet varié"},
|
||||||
imageAlt: "Buffet varié",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-grill-camping-day_23-2148301297.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-grill-camping-day_23-2148301297.jpg", imageAlt: "Dîner convivial"},
|
||||||
imageAlt: "Dîner convivial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/rare-cooked-steak-slices-served-with-mashed-avocado-walnut-lettuce-spinach-red-wine_141793-2268.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/rare-cooked-steak-slices-served-with-mashed-avocado-walnut-lettuce-spinach-red-wine_141793-2268.jpg", imageAlt: "Qualité produit"},
|
||||||
imageAlt: "Qualité produit",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -101,19 +78,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Cuisson Plancha",
|
label: "Cuisson Plancha", value: "Haute température"},
|
||||||
value: "Haute température",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Utensils,
|
icon: Utensils,
|
||||||
label: "Buffet",
|
label: "Buffet", value: "À volonté"},
|
||||||
value: "À volonté",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Flame,
|
icon: Flame,
|
||||||
label: "Burger Station",
|
label: "Burger Station", value: "Créativité"},
|
||||||
value: "Créativité",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -127,19 +98,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
title: "Cuisine Saine",
|
title: "Cuisine Saine", description: "Cuisson légère sur plancha pour conserver les saveurs."},
|
||||||
description: "Cuisson légère sur plancha pour conserver les saveurs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
title: "Service Rapide",
|
title: "Service Rapide", description: "Ouvert tous les jours, midi et soir."},
|
||||||
description: "Ouvert tous les jours, midi et soir.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: MapPin,
|
icon: MapPin,
|
||||||
title: "Localisation",
|
title: "Localisation", description: "Situé en plein centre de Colmar, rue Curie."},
|
||||||
description: "Situé en plein centre de Colmar, rue Curie.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Pourquoi nous choisir ?"
|
title="Pourquoi nous choisir ?"
|
||||||
description="Nous privilégions une cuisine saine, savoureuse et adaptée aux envies de chacun."
|
description="Nous privilégions une cuisine saine, savoureuse et adaptée aux envies de chacun."
|
||||||
@@ -154,41 +119,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Burger Signature", price: "Composez votre création", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg"},
|
||||||
name: "Burger Signature",
|
|
||||||
price: "À volonté",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-veggie-burger-with-black-buns-cutting-board_23-2148784540.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Grillade de Bœuf", price: "Tendre et savoureuse", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg"},
|
||||||
name: "Grillade de Bœuf",
|
|
||||||
price: "À volonté",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Poisson du jour", price: "Fraîcheur garantie", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg"},
|
||||||
name: "Poisson du jour",
|
|
||||||
price: "À volonté",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Buffet Gourmand", price: "Variété illimitée", imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg"},
|
||||||
name: "Buffet Gourmand",
|
|
||||||
price: "À volonté",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Légumes Plancha", price: "Sains et colorés", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-table_140725-4690.jpg"},
|
||||||
name: "Légumes Plancha",
|
|
||||||
price: "À volonté",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-table_140725-4690.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Desserts maison", price: "Douceur finale", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-jelly-biscuit-dessert-jam-sweet_140725-96512.jpg"},
|
||||||
name: "Desserts maison",
|
|
||||||
price: "À volonté",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-jelly-pancakes-with-raisins-fruit-jelly-white-background-jelly-biscuit-dessert-jam-sweet_140725-96512.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nos Délices"
|
title="Nos Délices"
|
||||||
description="Découvrez nos assortiments frais du buffet et de la plancha."
|
description="Découvrez nos assortiments frais du buffet et de la plancha."
|
||||||
@@ -203,25 +144,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "11h45", title: "Ouverture", description: "Déjeuner", icon: Sun,
|
||||||
value: "11h45",
|
|
||||||
title: "Ouverture",
|
|
||||||
description: "Déjeuner",
|
|
||||||
icon: Sun,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "22h00", title: "Fermeture", description: "Soirée", icon: Moon,
|
||||||
value: "22h00",
|
|
||||||
title: "Fermeture",
|
|
||||||
description: "Soirée",
|
|
||||||
icon: Moon,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "03", title: "Téléphone", description: "89 24 00 62", icon: Phone,
|
||||||
value: "03",
|
|
||||||
title: "Téléphone",
|
|
||||||
description: "89 24 00 62",
|
|
||||||
icon: Phone,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Le Grill en chiffres"
|
title="Le Grill en chiffres"
|
||||||
@@ -237,45 +166,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Marc L.", role: "Client Fidèle", company: "Colmar", rating: 5,
|
||||||
name: "Marc L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||||
role: "Client Fidèle",
|
|
||||||
company: "Colmar",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sophie M.", role: "Habituée", company: "Colmar", rating: 5,
|
||||||
name: "Sophie M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-sitting-table_23-2150124807.jpg"},
|
||||||
role: "Habituée",
|
|
||||||
company: "Colmar",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-sitting-table_23-2150124807.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Jean P.", role: "Nouveau Client", company: "Alsace", rating: 5,
|
||||||
name: "Jean P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39260.jpg"},
|
||||||
role: "Nouveau Client",
|
|
||||||
company: "Alsace",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39260.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Julie D.", role: "Visiteuse", company: "Colmar", rating: 5,
|
||||||
name: "Julie D.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-mother-daughter-eating-dining-table_637285-12635.jpg"},
|
||||||
role: "Visiteuse",
|
|
||||||
company: "Colmar",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-mother-daughter-eating-dining-table_637285-12635.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Thomas R.", role: "Gourmand", company: "Colmar", rating: 5,
|
||||||
name: "Thomas R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
|
||||||
role: "Gourmand",
|
|
||||||
company: "Colmar",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Ce qu'ils pensent de nous"
|
title="Ce qu'ils pensent de nous"
|
||||||
description="La satisfaction de nos clients est notre plus belle récompense."
|
description="La satisfaction de nos clients est notre plus belle récompense."
|
||||||
@@ -286,8 +190,7 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "cell-wave",
|
variant: "cell-wave"}}
|
||||||
}}
|
|
||||||
text="Réservez votre table ou posez vos questions : 03 89 24 00 62. Adresse : 8 rue Curie, Colmar."
|
text="Réservez votre table ou posez vos questions : 03 89 24 00 62. Adresse : 8 rue Curie, Colmar."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user