Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67dadd0f13 | |||
| 06666660e4 | |||
| d985fd05d7 | |||
| b3b102b809 | |||
| 06ed4f7ec4 | |||
| bfb80f2d6f | |||
| e13f6ef6cf | |||
| 177bc429c1 |
@@ -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" },
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user