diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8204b30..ab95ec6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -57,17 +45,11 @@ export default function LandingPage() {
logoText="Nouilles Nouilles Rennes"
description="Les meilleures nouilles maison au cœur de Rennes. Fraîcheur et authenticité pour une expérience culinaire inoubliable."
buttons={[
- {
- text: "Voir le Menu",
- href: "#menu",
- },
- {
- text: "Réserver",
- href: "#contact",
- },
+ { text: "Voir le Menu", href: "#menu" },
+ { text: "Réserver", href: "#contact" },
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091583.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091583.jpg"
imageAlt="fresh homemade chinese noodles bowl"
/>
@@ -76,22 +58,10 @@ export default function LandingPage() {
@@ -102,48 +72,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Bœuf Épicé",
- price: "14€",
- variant: "Spécialité",
- imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-noodle-bowl_84443-85679.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Légumes Croquants",
- price: "12€",
- variant: "Végétarien",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-29459.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Crevettes Thaï",
- price: "15€",
- variant: "Mer",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-seafood-white-plate_74190-4740.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Tofu Sesame",
- price: "13€",
- variant: "Végétalien",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-noodles-table_23-2148803805.jpg",
- },
- {
- id: "5",
- name: "Poulet Gingembre",
- price: "14€",
- variant: "Classique",
- imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-pork-ramen-with-chopsticks-generative-ai_188544-40730.jpg",
- },
- {
- id: "6",
- name: "Porc Laqué",
- price: "14€",
- variant: "Gourmand",
- imageSrc: "http://img.b2bpic.net/free-photo/national-asian-food-noodles-with-meat-vegetables_141793-1669.jpg",
- },
+ { id: "1", name: "Bœuf Épicé", price: "14€", variant: "Spécialité", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-noodle-bowl_84443-85679.jpg" },
+ { id: "2", name: "Légumes Croquants", price: "12€", variant: "Végétarien", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-29459.jpg" },
+ { id: "3", name: "Crevettes Thaï", price: "15€", variant: "Mer", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-seafood-white-plate_74190-4740.jpg" },
+ { id: "4", name: "Tofu Sesame", price: "13€", variant: "Végétalien", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-noodles-table_23-2148803805.jpg" },
+ { id: "5", name: "Poulet Gingembre", price: "14€", variant: "Classique", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-pork-ramen-with-chopsticks-generative-ai_188544-40730.jpg" },
+ { id: "6", name: "Porc Laqué", price: "14€", variant: "Gourmand", imageSrc: "http://img.b2bpic.net/free-photo/national-asian-food-noodles-with-meat-vegetables_141793-1669.jpg" },
]}
title="Nos Spécialités"
description="Découvrez notre carte variée de nouilles préparées à la demande avec des produits frais."
@@ -156,30 +90,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Nouilles Fraîches",
- tags: [
- "Fait Maison",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-red-bowl_114579-3100.jpg",
- },
- {
- id: "f2",
- title: "Produits Locaux",
- tags: [
- "Qualité",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873847.jpg",
- },
- {
- id: "f3",
- title: "Ambiance Chaleureuse",
- tags: [
- "Expérience",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269172.jpg",
- },
+ { id: "f1", title: "Nouilles Fraîches", tags: ["Fait Maison"], imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-red-bowl_114579-3100.jpg" },
+ { id: "f2", title: "Produits Locaux", tags: ["Qualité"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-poke-bowl_23-2148873847.jpg" },
+ { id: "f3", title: "Ambiance Chaleureuse", tags: ["Expérience"], imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269172.jpg" },
]}
title="Pourquoi Choisir Nouilles Nouilles ?"
description="Chaque plat est une promesse de qualité et de goût, ici à Rennes."
@@ -191,61 +104,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Julie M.",
- date: "12 Oct 2023",
- title: "Incroyable !",
- quote: "Des nouilles authentiques comme je n'en ai jamais mangées à Rennes.",
- tag: "Habituée",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-phone_23-2149335055.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091583.jpg?_wi=2",
- imageAlt: "happy customer dining at restaurant",
- },
- {
- id: "2",
- name: "Thomas B.",
- date: "05 Nov 2023",
- title: "Top !",
- quote: "Service rapide et cuisine pleine de saveurs. Je recommande.",
- tag: "Foodie",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg",
- imageAlt: "happy customer dining at restaurant",
- },
- {
- id: "3",
- name: "Sophie P.",
- date: "15 Nov 2023",
- title: "Une pépite",
- quote: "L'ambiance est top, les nouilles sont faites devant nous. Super expérience.",
- tag: "Client",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-noodle-bowl_84443-85679.jpg?_wi=2",
- imageAlt: "happy customer dining at restaurant",
- },
- {
- id: "4",
- name: "Marc L.",
- date: "20 Nov 2023",
- title: "Très bon",
- quote: "Le meilleur rapport qualité/prix de Rennes pour de l'asiatique.",
- tag: "Habitué",
- avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-29459.jpg?_wi=2",
- imageAlt: "happy customer dining at restaurant",
- },
- {
- id: "5",
- name: "Claire R.",
- date: "02 Dec 2023",
- title: "Authentique",
- quote: "Enfin une vraie cuisine de nouilles fraîches ici. Bravo !",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-seafood-white-plate_74190-4740.jpg?_wi=2",
- imageAlt: "happy customer dining at restaurant",
- },
+ { id: "1", name: "Julie M.", date: "12 Oct 2023", title: "Incroyable !", quote: "Des nouilles authentiques comme je n'en ai jamais mangées à Rennes.", tag: "Habituée", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-phone_23-2149335055.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091583.jpg" },
+ { id: "2", name: "Thomas B.", date: "05 Nov 2023", title: "Top !", quote: "Service rapide et cuisine pleine de saveurs. Je recommande.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-table_140725-808.jpg" },
+ { id: "3", name: "Sophie P.", date: "15 Nov 2023", title: "Une pépite", quote: "L'ambiance est top, les nouilles sont faites devant nous. Super expérience.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-noodle-bowl_84443-85679.jpg" },
+ { id: "4", name: "Marc L.", date: "20 Nov 2023", title: "Très bon", quote: "Le meilleur rapport qualité/prix de Rennes pour de l'asiatique.", tag: "Habitué", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-spiralized-zucchini-tomato-sauce-pomegranates-cup_181624-29459.jpg" },
+ { id: "5", name: "Claire R.", date: "02 Dec 2023", title: "Authentique", quote: "Enfin une vraie cuisine de nouilles fraîches ici. Bravo !", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-seafood-white-plate_74190-4740.jpg" },
]}
title="Ce que disent nos clients"
description="La satisfaction de nos habitués à Rennes est notre priorité."
@@ -257,15 +120,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Rennes Mag",
- "Guide Food",
- "Petit Futé",
- "TripAdvisor",
- "Local Food",
- "Asian News",
- "City Guide",
- ]}
+ "Rennes Mag", "Guide Food", "Petit Futé", "TripAdvisor", "Local Food", "Asian News", "City Guide"]}
title="Ils parlent de nous"
+ description="Les avis de nos clients et de la presse locale."
/>
@@ -274,21 +131,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "Faites-vous de la livraison ?",
- content: "Oui, nous livrons via toutes les plateformes classiques.",
- },
- {
- id: "q2",
- title: "Acceptez-vous les réservations ?",
- content: "Nous acceptons les réservations uniquement le soir pour les groupes.",
- },
- {
- id: "q3",
- title: "Proposez-vous des options sans gluten ?",
- content: "Oui, nous avons quelques options adaptées sur demande.",
- },
+ { id: "q1", title: "Faites-vous de la livraison ?", content: "Oui, nous livrons via toutes les plateformes classiques." },
+ { id: "q2", title: "Acceptez-vous les réservations ?", content: "Nous acceptons les réservations uniquement le soir pour les groupes." },
+ { id: "q3", title: "Proposez-vous des options sans gluten ?", content: "Oui, nous avons quelques options adaptées sur demande." },
]}
title="Questions Fréquentes"
description="Tout ce qu'il faut savoir avant de venir nous voir."
@@ -299,48 +144,19 @@ export default function LandingPage() {