From 7a75dcf71acf8ff04eef37511056509a612726a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:11:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 170 ++++++++++++----------------------------------- 1 file changed, 41 insertions(+), 129 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d950aba..0503c1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,93 +30,59 @@ export default function LandingPage() {
@@ -142,41 +108,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Espresso", - price: "3 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=1", - }, + id: "1", name: "Espresso", price: "3 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, { - id: "2", - name: "Flat White", - price: "5 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=2", - }, + id: "2", name: "Flat White", price: "5 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, { - id: "3", - name: "Latte", - price: "5.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=3", - }, + id: "3", name: "Latte", price: "5.50 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, { - id: "4", - name: "Matcha Latte", - price: "6 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=4", - }, + id: "4", name: "Matcha Latte", price: "6 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, { - id: "5", - name: "Cookie Maison", - price: "3.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=5", - }, + id: "5", name: "Cookie Maison", price: "3.50 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, { - id: "6", - name: "Cake Maison", - price: "4 €", - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg?_wi=6", - }, + id: "6", name: "Cake Maison", price: "4 €", imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-with-chemex_1220-7512.jpg"}, ]} title="La Carte" description="Des créations simples et généreuses." @@ -187,12 +129,11 @@ export default function LandingPage() { @@ -205,36 +146,19 @@ export default function LandingPage() { ctaTitle="Des questions ?" ctaDescription="Contactez-nous pour toute demande particulière, privatisation ou commande en gros." ctaButton={{ - text: "Nous contacter", - href: "mailto:hello@creem.coffee", - }} + text: "Nous contacter", href: "mailto:hello@creem.coffee"}} ctaIcon={Mail} faqs={[ { - id: "1", - title: "Proposez-vous du lait végétal ?", - content: "Oui, nous proposons du lait d'avoine et d'amande sans surcoût.", - }, + id: "1", title: "Proposez-vous du lait végétal ?", content: "Oui, nous proposons du lait d'avoine et d'amande sans surcoût."}, { - id: "2", - title: "Est-ce que tout est fait maison ?", - content: "Absolument. Nos pâtisseries sont préparées chaque matin dans notre laboratoire.", - }, + id: "2", title: "Est-ce que tout est fait maison ?", content: "Absolument. Nos pâtisseries sont préparées chaque matin dans notre laboratoire."}, { - id: "3", - title: "Prenez-vous les réservations ?", - content: "Nous fonctionnons sans réservation pour garantir une rotation fluide et chaleureuse.", - }, + id: "3", title: "Prenez-vous les réservations ?", content: "Nous fonctionnons sans réservation pour garantir une rotation fluide et chaleureuse."}, { - id: "4", - title: "Le café est-il torréfié sur place ?", - content: "Nous travaillons avec des torréfacteurs partenaires rigoureusement sélectionnés pour leur éthique.", - }, + id: "4", title: "Le café est-il torréfié sur place ?", content: "Nous travaillons avec des torréfacteurs partenaires rigoureusement sélectionnés pour leur éthique."}, { - id: "5", - title: "Puis-je travailler sur place ?", - content: "L'ambiance est conviviale, n'hésitez pas à venir vous installer avec votre ordinateur.", - }, + id: "5", title: "Puis-je travailler sur place ?", content: "L'ambiance est conviviale, n'hésitez pas à venir vous installer avec votre ordinateur."}, ]} /> @@ -243,33 +167,21 @@ export default function LandingPage() {