7 Commits

Author SHA1 Message Date
a05d2626c1 Update src/app/page.tsx 2026-04-30 23:30:04 +00:00
3db74053eb Merge version_5 into main
Merge version_5 into main
2026-04-30 23:27:40 +00:00
6157c834ac Update src/app/page.tsx 2026-04-30 23:27:37 +00:00
e217bdd5dc Merge version_4 into main
Merge version_4 into main
2026-04-30 23:21:34 +00:00
23683703d9 Update theme colors 2026-04-30 23:21:31 +00:00
2619077972 Merge version_3 into main
Merge version_3 into main
2026-04-30 23:21:18 +00:00
eb84cd1ed2 Merge version_2 into main
Merge version_2 into main
2026-04-30 23:10:13 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}}
title="La Divina Terrebonne"
description="L'authenticité italienne au cœur de Terrebonne. Découvrez une cuisine généreuse, des ingrédients frais et des pizzas légendaires qui ont conquis nos voisins."
imageSrc="http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg"
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-slice-with-melted-cheese-pepperoni-basil-tomato-sauce-against-dark-background_140725-3343.jpg"
imageAlt="gourmet italian pizza wood oven"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);