From c1f6ece9867643143855d9a2396aa085c9e6d8bd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 20 Jun 2026 21:28:57 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 684ece3..d777c85 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 20 Jun 2026 21:29:07 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 105 ++++++++++---------------------------- 1 file changed, 28 insertions(+), 77 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d777c85..dfb9c3a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,99 +7,50 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Accueil", - "href": "#hero" - }, - { - "name": "Menu", - "href": "#menu" - }, - { - "name": "Services", - "href": "#services" - }, - { - "name": "Réservation", - "href": "#contact" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Testimonials", - "href": "#testimonials" - } -]; + { name: "Accueil", href: "#hero" }, + { name: "Menu", href: "#menu" }, + { name: "Services", href: "#services" }, + { name: "Réservation", href: "#contact" } + ]; return ( + logo="VCKM" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=c4tcnn" + ctaButton={{ text: "Réserver", href: "#contact" }} + navItems={navItems} + />
+ ]} + copyright="© 2024 VILLA CARINE KAMA MWAMBAY. Tous droits réservés." + links={[ + { label: "WhatsApp", href: "https://wa.me/243823371712" }, + { label: "Localisation", href: "https://maps.app.goo.gl/6668u3sbyosesoFx5" }, + ]} + />
); -- 2.49.1 From 15a060f36b56a5b7d0c7fb946ac724eb045ccd1d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 21:29:08 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 317 +++++++++++------------------------------ 1 file changed, 87 insertions(+), 230 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4a47f9a..fd71010 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,249 +11,106 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="L'Art de Recevoir" + title="VILLA CARINE KAMA MWAMBAY" + description="Une expérience gastronomique d'exception au cœur de Kinshasa, pensée pour l'excellence et le raffinement." + primaryButton={{ text: "Réserver une table", href: "#contact" }} + secondaryButton={{ text: "Découvrir le menu", href: "#menu" }} + leftItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lamp-design_23-2151047548.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-with-glasses_1203-1742.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/stylish-room-with-blurred-effect_1203-554.jpg" }]} + rightItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-cocktail-garnished-with-dried-rose-petal-pieces-egg-shell_140725-6032.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346959.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_74190-7605.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesecake-with-cookies-kumquats-white-plate_141793-1462.jpg" }]} + /> +
+
-
- +
+ - -
+ title="Notre Vision" + descriptions={[ + "Chez VCKM, nous croyons que chaque repas doit devenir une expérience mémorable. Notre établissement allie cuisine raffinée, service irréprochable et cadre prestigieux pour offrir à nos clients un moment unique.", "Excellence, Élégance, Authenticité, Hospitalité : voici les piliers qui guident notre quotidien pour vous satisfaire."]} + /> +
+
-
- +
+ - -
+ tag="Prestations Premium" + title="Nos Services" + description="Une gamme complète de prestations pour répondre à vos envies les plus sophistiquées." + items={[ + { title: "Repas sur Place", description: "Profitez d'une expérience gastronomique dans notre cadre feutré.", tags: ["Premium"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-greens-dark-floor_140725-76547.jpg" }, + { title: "Service Privé", description: "Service à table professionnel, attentionné et hautement personnalisé.", tags: ["Exclusif"], imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-with-lemon-slices-plate_84443-94426.jpg" }, + { title: "Événements Privés", description: "Organisation de vos anniversaires et événements professionnels avec brio.", tags: ["Événements"], imageSrc: "http://img.b2bpic.net/free-photo/blue-lagoon-cocktail-glass-with-white-foam-flower-decoration_114579-2612.jpg" }, + ]} + /> +
+
- -
- +
+ - -
+ tag="Pourquoi VCKM" + title="L'Excellence au Service" + description="Nos indicateurs de qualité." + metrics={[ + { icon: "Coffee", title: "Café Signature", value: "100%" }, + { icon: "Wine", title: "Sélection Vins", value: "50+" }, + { icon: "Star", title: "Cocktails", value: "20+" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Avis Clients" + title="Leurs Témoignages" + description="Ce qu'ils pensent de nous." + testimonials={[ + { name: "Jean-Marc L.", role: "Entrepreneur", quote: "Une adresse incontournable à Kinshasa. Le service est tout simplement impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg" }, + { name: "Sophie M.", role: "Dirigeante", quote: "La qualité des plats dépasse largement les attentes. Une vraie expérience luxe.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" }, + { name: "David K.", role: "Consultant", quote: "Cadre feutré, atmosphère reposante et cuisine fine. Parfait pour les affaires.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe_1098-13991.jpg" }, + { name: "Fatou N.", role: "Architecte", quote: "Le meilleur service que j'ai pu expérimenter en RDC. Bravo à toute l'équipe.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-going-drink-coffee-morning_1153-6013.jpg" }, + { name: "Marc T.", role: "Manager", quote: "Un lieu d'exception qui porte bien son nom. Excellence assurée.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018845.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Réservez Maintenant" + text="Réservez dès aujourd'hui votre table et vivez l'exception VCKM." + primaryButton={{ text: "Réserver sur WhatsApp", href: "https://wa.me/243823371712" }} + secondaryButton={{ text: "Appeler +243 823 371 712", href: "tel:+243823371712" }} + /> +
+
); } -- 2.49.1