5 Commits

Author SHA1 Message Date
64f0f00353 Update src/app/styles/variables.css 2026-06-10 16:17:30 +00:00
83bec99712 Update src/app/page.tsx 2026-06-10 16:17:30 +00:00
b646304f7d Merge version_1 into main
Merge version_1 into main
2026-06-10 16:13:33 +00:00
ec018fd889 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:12:42 +00:00
e456314308 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:11:53 +00:00
2 changed files with 23 additions and 14 deletions

View File

@@ -125,20 +125,29 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "burger-ardennais", name: "Burger Ardennais", price: "14,50€", imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-9870.jpg", imageAlt: "Burger Ardennais avec lardons"},
id: "burger-ardennais", name: "Burger Ardennais (Bacon, Tomates, Laitue, Cornichons, Steak 750g)", price: "14,50€", imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-9870.jpg", imageAlt: "Burger Ardennais avec bacon, tomates, laitue, cornichons, steak de 750g"
},
{
id: "burger-atlantique", name: "Burger Atlantique", price: "15,00€", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg", imageAlt: "Burger Atlantique aux anchois"},
id: "burger-atlantique", name: "Burger Atlantique (Anchois, Tomates, Laitue, Cornichons, Steak 750g)", price: "15,00€", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg", imageAlt: "Burger Atlantique avec anchois, tomates, laitue, cornichons, steak de 750g"
},
{
id: "grande-frite", name: "Grande Frite", price: "4,50€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-human-hand-fly_176474-2697.jpg", imageAlt: "Grande portion de frites"},
id: "grande-frite", name: "Grande Frite", price: "4,50€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-human-hand-fly_176474-2697.jpg", imageAlt: "Grande portion de frites croustillantes"
},
{
id: "petite-frite", name: "Petite Frite", price: "3,00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-meal-sandwich-dish-burger_140725-96434.jpg", imageAlt: "Petite portion de frites"},
id: "petite-frite", name: "Petite Frite", price: "3,00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-meal-sandwich-dish-burger_140725-96434.jpg", imageAlt: "Petite portion de frites croustillantes"
},
{
id: "wrap-poulet", name: "Wrap Poulet Crudités", price: "9,00€", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita_23-2148651102.jpg", imageAlt: "Wrap au poulet et crudités"},
{
id: "nuggets-poulet", name: "Nuggets de Poulet (6 pièces)", price: "7,50€", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-nuggets-ketchup-black-plates-right-side-dark-surface_179666-34087.jpg", imageAlt: "6 nuggets de poulet croustillants"},
]}
title="Notre Menu Gourmand"
description="Des classiques aux créations originales, il y en a pour tous les goûts !"
title="Découvrez notre Menu Frais et Fait Maison"
description="Laissez-vous tenter par nos burgers généreux et nos frites dorées. Commandez dès maintenant pour un festin gourmand !"
buttons={[
{
text: "Commander en Ligne", href: "#contact"
}
]}
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #FFD700;
--primary-cta-text: #000000;
--secondary-cta: #333333;
--secondary-cta-text: #f5f5f5;
--accent: #FFEB3B;
--background-accent: #444444;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);