From 29f0918d5a2f0e760c80c89a93703bb1d7f9acdf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:23:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 246 +++++------------------------------------------ 1 file changed, 23 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61a985d..47e8718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,89 +28,29 @@ export default function LandingPage() {
@@ -120,184 +60,44 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} products={[ - { - id: "1", - name: "Burger Classique", - price: "8.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=1", - imageAlt: "Burger classique", - }, - { - id: "2", - name: "Burger Poulet Croustillant", - price: "9.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=1", - imageAlt: "Burger poulet", - }, - { - id: "3", - name: "Burger Végé", - price: "9.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1", - imageAlt: "Burger veggie", - }, - { - id: "4", - name: "Burger Double Beef", - price: "11.00 €", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg?_wi=1", - imageAlt: "Double burger", - }, - { - id: "5", - name: "Burger Bacon Cheese", - price: "9.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=1", - imageAlt: "Bacon burger", - }, - { - id: "6", - name: "Burger Spécial Rennes", - price: "10.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/fancy-cuisine-with-yummy-hamburger_23-2148374860.jpg", - imageAlt: "Burger special", - }, + { id: "1", name: "Burger Classique", price: "8.50 €", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=1" }, + { id: "2", name: "Burger Poulet", price: "9.50 €", imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=1" }, + { id: "3", name: "Burger Veggie", price: "9.00 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1" }, ]} title="Notre Menu" - description="Découvrez notre sélection de burgers faits maison, menus complets et boissons rafraîchissantes." + description="Découvrez notre sélection de burgers faits maison." />
-
- -
-