From 737c979b19c319c1cb74f662aa5453385a775c2a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:10:08 +0000 Subject: [PATCH 1/3] Update src/app/galerie/page.tsx --- src/app/galerie/page.tsx | 94 +++++++++------------------------------- 1 file changed, 21 insertions(+), 73 deletions(-) diff --git a/src/app/galerie/page.tsx b/src/app/galerie/page.tsx index b539fc9..421352e 100644 --- a/src/app/galerie/page.tsx +++ b/src/app/galerie/page.tsx @@ -6,6 +6,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TeamCardOne from "@/components/sections/team/TeamCardOne"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { Star, Users } from "lucide-react"; export default function GaleriePage() { const navItems = [ @@ -18,24 +19,21 @@ export default function GaleriePage() { const footerColumns = [ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { label: "Accueil", href: "/" }, { label: "Menu", href: "#menu" }, { label: "Galerie", href: "/galerie" }, ], }, { - title: "Réservations", - items: [ + title: "Réservations", items: [ { label: "Réserver une table", href: "/reservations" }, { label: "Contact", href: "#contact" }, { label: "Conditions", href: "#" }, ], }, { - title: "Suivez-Nous", - items: [ + title: "Suivez-Nous", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "TripAdvisor", href: "https://tripadvisor.com" }, @@ -50,7 +48,7 @@ export default function GaleriePage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -69,70 +67,28 @@ export default function GaleriePage() { Date: Tue, 10 Mar 2026 11:10:09 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 324 ++++++++++++----------------------------------- 1 file changed, 80 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 100d270..6de5b7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -64,62 +64,37 @@ export default function HomePage() { tag="26 places assises" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak_74190-7744.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/grilled-salmon-meat-fillet-steak_74190-7744.jpg" imageAlt="Saumon sauce passion-mangue - signature dish" mediaAnimation="blur-reveal" testimonials={[ { - name: "Virginie F.", - handle: "Client régulière", - testimonial: - "Un vrai restaurant familial où le goût et le savoir-faire se retrouvent dans l'assiette. Mention spéciale pour le souskaï de hareng et les sauces tellement réussies avec cette petite touche antillaise.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-girls-friends-eating-pizza-cafe_1303-26169.jpg?_wi=1", - imageAlt: "Virginie F.", - }, + name: "Virginie F.", handle: "Client régulière", testimonial: + "Un vrai restaurant familial où le goût et le savoir-faire se retrouvent dans l'assiette. Mention spéciale pour le souskaï de hareng et les sauces tellement réussies avec cette petite touche antillaise.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/two-girls-friends-eating-pizza-cafe_1303-26169.jpg", imageAlt: "Virginie F."}, { - name: "Marc L.", - handle: "Client satisfait", - testimonial: - "Les saveurs sont exceptionnelles. Jean-Phi et Amandine ont créé quelque chose de vraiment unique à Lyon. À réserver absolument!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-restaurant-medium-shot_23-2149930191.jpg?_wi=1", - imageAlt: "Marc L.", - }, + name: "Marc L.", handle: "Client satisfait", testimonial: + "Les saveurs sont exceptionnelles. Jean-Phi et Amandine ont créé quelque chose de vraiment unique à Lyon. À réserver absolument!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-restaurant-medium-shot_23-2149930191.jpg", imageAlt: "Marc L."}, { - name: "Sophie D.", - handle: "Food enthusiast", - testimonial: - "L'ambiance est conviviale et chaleureuse, exactement comme une vraie cuisine de famille. Les plats sont délicieux et innovants.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg?_wi=1", - imageAlt: "Sophie D.", - }, + name: "Sophie D.", handle: "Food enthusiast", testimonial: + "L'ambiance est conviviale et chaleureuse, exactement comme une vraie cuisine de famille. Les plats sont délicieux et innovants.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215848.jpg", imageAlt: "Sophie D."}, { - name: "Jean M.", - handle: "Gastronome", - testimonial: - "Enfin un restaurant qui mélange talent culinaire et hospitalité genuine. Chaque visite est une découverte gastronomique.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg?_wi=1", - imageAlt: "Jean M.", - }, + name: "Jean M.", handle: "Gastronome", testimonial: + "Enfin un restaurant qui mélange talent culinaire et hospitalité genuine. Chaque visite est une découverte gastronomique.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/interracial-group-three-friends-dining-restaurant-spending-good-time-together_273609-8988.jpg", imageAlt: "Jean M."}, ]} buttons={[ { - text: "Réserver une table", - href: "#contact", - }, + text: "Réserver une table", href: "#contact"}, { - text: "Découvrir le menu", - href: "/menu", - }, + text: "Découvrir le menu", href: "/menu"}, ]} buttonAnimation="slide-up" useInvertedBackground={false} background={{ - variant: "aurora", - }} + variant: "plain"}} /> @@ -127,15 +102,10 @@ export default function HomePage() { Date: Tue, 10 Mar 2026 11:10:10 +0000 Subject: [PATCH 3/3] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 2036c3c..dc978b1 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { Phone } from "lucide-react"; export default function ReservationsPage() { const navItems = [ @@ -17,24 +18,21 @@ export default function ReservationsPage() { const footerColumns = [ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { label: "Accueil", href: "/" }, { label: "Menu", href: "#menu" }, { label: "Galerie", href: "/galerie" }, ], }, { - title: "Réservations", - items: [ + title: "Réservations", items: [ { label: "Réserver une table", href: "/reservations" }, { label: "Contact", href: "#contact" }, { label: "Conditions", href: "#" }, ], }, { - title: "Suivez-Nous", - items: [ + title: "Suivez-Nous", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "TripAdvisor", href: "https://tripadvisor.com" }, @@ -49,7 +47,7 @@ export default function ReservationsPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -69,7 +67,7 @@ export default function ReservationsPage() { tag="Réservations" title="Rejoignez-nous pour une soirée inoubliable" description="Avec seulement 26 places assises, nous vous recommandons de réserver à l'avance pour ne pas manquer une expérience culinaire exceptionnelle." - tagIcon="Phone" + tagIcon={Phone} tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} -- 2.49.1