Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d985fd05d7 | |||
| 06ed4f7ec4 | |||
| 83fe908420 |
@@ -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 m’a 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" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1b0c25;
|
||||
--primary-cta: #1b0c25;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1b0c25;
|
||||
--accent: #ff93e4;
|
||||
--background-accent: #e8a8c3;
|
||||
--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);
|
||||
|
||||
Reference in New Issue
Block a user