8 Commits

Author SHA1 Message Date
67dadd0f13 Update src/app/page.tsx 2026-05-07 17:29:11 +00:00
06666660e4 Merge version_4 into main
Merge version_4 into main
2026-05-07 17:11:21 +00:00
d985fd05d7 Update src/app/page.tsx 2026-05-07 17:11:15 +00:00
b3b102b809 Merge version_4 into main
Merge version_4 into main
2026-05-07 15:50:41 +00:00
06ed4f7ec4 Update theme colors 2026-05-07 15:50:38 +00:00
bfb80f2d6f Merge version_3 into main
Merge version_3 into main
2026-05-07 15:50:07 +00:00
e13f6ef6cf Merge version_2 into main
Merge version_2 into main
2026-05-07 15:47:25 +00:00
177bc429c1 Merge version_2 into main
Merge version_2 into main
2026-05-07 15:39:22 +00:00
2 changed files with 15 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="L'Authentique Grill Coréen à Bussy-Saint-Georges"
description="Vivez une expérience culinaire immersive où la tradition rencontre la modernité. Viandes grillées, saveurs authentiques et ambiance conviviale vous attendent chez KOLLA."
description="Laissez vos papilles voyager en Corée du Sud avec nos raviolis fondantset nos vermicelles sautés au bœuf aux saveurs intenses."
testimonials={[
{ name: "Rodriguez Cindy", handle: "@rodriguez", testimonial: "Une très belle découverte ! Cela ma rappelé mon voyage en Corée.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-japanese-street-food_23-2149410185.jpg" },
{ name: "Nicole Lina", handle: "@nicole", testimonial: "Trop bon ce resto. Les serveuses sont aux petits soins.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg" },
@@ -187,18 +187,19 @@ export default function LandingPage() {
columns={[
{
title: "Adresse", items: [
{ label: "1 Pl. Jacques Prévert", href: "#" },
{ label: "77600 Bussy", href: "#" }
{ label: "1 Place Jacques Prévert", href: "#" },
{ label: "77600 Bussy Saint Georges", href: "#" }
]
},
{
title: "Horaires", items: [
{ label: "18:30 - 22:00", href: "#" }
{ label: "7/7: 12h00-15h00, 18h30-22h30", href: "#" }
]
},
{
title: "Contact", items: [
{ label: "06 72 69 56 50", href: "#" }
{ label: "01 60 03 33 06", href: "tel:0160033306" },
{ label: "06 72 69 56 59", href: "tel:0672695659" }
]
}
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);