Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5eab130da | |||
| 59b37d3617 |
175
src/app/page.tsx
175
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
name: "Le Concept",
|
||||
id: "about",
|
||||
},
|
||||
name: "Le Concept", id: "about"},
|
||||
{
|
||||
name: "La Carte",
|
||||
id: "products",
|
||||
},
|
||||
name: "La Carte", id: "products"},
|
||||
{
|
||||
name: "Infos",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Infos", id: "contact"},
|
||||
]}
|
||||
brandName="Ô Tour du Grill"
|
||||
/>
|
||||
@@ -55,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Ô Tour du Grill"
|
||||
description="Grillez et savourez à volonté ! Une expérience gourmande et équilibrée au cœur de Colmar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir la carte",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Découvrir la carte", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-vegetables-grill-onions_140725-2044.jpg",
|
||||
imageAlt: "Grillades à volonté",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-vegetables-grill-onions_140725-2044.jpg", imageAlt: "Grillades à volonté"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg",
|
||||
imageAlt: "Cuisson Plancha",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-steak-with-grilled-vegetables-with-ketchup-mayonnaise_141793-4048.jpg", imageAlt: "Cuisson Plancha"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-4231.jpg",
|
||||
imageAlt: "Burger Station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-4231.jpg", imageAlt: "Burger Station"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-round-minced-meat-kitchen_140725-14390.jpg",
|
||||
imageAlt: "Buffet varié",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-round-minced-meat-kitchen_140725-14390.jpg", imageAlt: "Buffet varié"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-grill-camping-day_23-2148301297.jpg",
|
||||
imageAlt: "Dîner convivial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-steak-grill-camping-day_23-2148301297.jpg", 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",
|
||||
imageAlt: "Qualité produit",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,19 +78,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Cuisson Plancha",
|
||||
value: "Haute température",
|
||||
},
|
||||
label: "Cuisson Plancha", value: "Haute température"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Buffet",
|
||||
value: "À volonté",
|
||||
},
|
||||
label: "Buffet", value: "À volonté"},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Burger Station",
|
||||
value: "Créativité",
|
||||
},
|
||||
label: "Burger Station", value: "Créativité"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,19 +98,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Cuisine Saine",
|
||||
description: "Cuisson légère sur plancha pour conserver les saveurs.",
|
||||
},
|
||||
title: "Cuisine Saine", description: "Cuisson légère sur plancha pour conserver les saveurs."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Service Rapide",
|
||||
description: "Ouvert tous les jours, midi et soir.",
|
||||
},
|
||||
title: "Service Rapide", description: "Ouvert tous les jours, midi et soir."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Localisation",
|
||||
description: "Situé en plein centre de Colmar, rue Curie.",
|
||||
},
|
||||
title: "Localisation", description: "Situé en plein centre de Colmar, rue Curie."},
|
||||
]}
|
||||
title="Pourquoi nous choisir ?"
|
||||
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}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
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: "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"},
|
||||
{
|
||||
id: "p2",
|
||||
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: "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"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Poisson du jour",
|
||||
price: "À volonté",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-fish-with-tomato-onion_176474-3362.jpg",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Buffet Gourmand",
|
||||
price: "À volonté",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/celebration-wedding-luxury-service-decoration_1203-4937.jpg",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Légumes Plancha",
|
||||
price: "À volonté",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-vegetables-table_140725-4690.jpg",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p6",
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Nos Délices"
|
||||
description="Découvrez nos assortiments frais du buffet et de la plancha."
|
||||
@@ -203,25 +144,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "11h45",
|
||||
title: "Ouverture",
|
||||
description: "Déjeuner",
|
||||
icon: Sun,
|
||||
id: "m1", value: "11h45", title: "Ouverture", description: "Déjeuner", icon: Sun,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "22h00",
|
||||
title: "Fermeture",
|
||||
description: "Soirée",
|
||||
icon: Moon,
|
||||
id: "m2", value: "22h00", title: "Fermeture", description: "Soirée", icon: Moon,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "03",
|
||||
title: "Téléphone",
|
||||
description: "89 24 00 62",
|
||||
icon: Phone,
|
||||
id: "m3", value: "03", title: "Téléphone", description: "89 24 00 62", icon: Phone,
|
||||
},
|
||||
]}
|
||||
title="Le Grill en chiffres"
|
||||
@@ -237,45 +166,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marc L.",
|
||||
role: "Client Fidèle",
|
||||
company: "Colmar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
id: "1", name: "Marc L.", role: "Client Fidèle", company: "Colmar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophie M.",
|
||||
role: "Habituée",
|
||||
company: "Colmar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-sitting-table_23-2150124807.jpg",
|
||||
},
|
||||
id: "2", name: "Sophie M.", role: "Habituée", company: "Colmar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-sitting-table_23-2150124807.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jean P.",
|
||||
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: "3", name: "Jean P.", 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",
|
||||
name: "Julie D.",
|
||||
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: "4", name: "Julie D.", 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",
|
||||
name: "Thomas R.",
|
||||
role: "Gourmand",
|
||||
company: "Colmar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
},
|
||||
id: "5", name: "Thomas R.", 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"
|
||||
description="La satisfaction de nos clients est notre plus belle récompense."
|
||||
@@ -286,8 +190,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
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."
|
||||
/>
|
||||
</div>
|
||||
@@ -301,4 +204,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user