diff --git a/src/app/avis/page.tsx b/src/app/avis/page.tsx index 6bee48e..33eceb0 100644 --- a/src/app/avis/page.tsx +++ b/src/app/avis/page.tsx @@ -2,13 +2,29 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function AvisPage() { + const navItems = [ + { + name: "Accueil", id: "/"} + , + { + name: "Menu", id: "/menu"} + , + { + name: "À propos", id: "/about"} + , + { + name: "Avis", id: "/avis"} + , + { + name: "Contact", id: "/contact"} + + ]; -export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 190321e..146fd7a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,14 +2,29 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Phone } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function ContactPage() { + const navItems = [ + { + name: "Accueil", id: "/"} + , + { + name: "Menu", id: "/menu"} + , + { + name: "À propos", id: "/about"} + , + { + name: "Avis", id: "/avis"} + , + { + name: "Contact", id: "/contact"} + + ]; -export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
- -
- -
- - +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index b56c066..1aa9c5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,13 +127,13 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "rating", value: "4.6⭐" + value: "4.6⭐", description: "Étoiles clients" }, { - id: "service", value: "100%" + value: "100%", description: "Satisfaction service" }, { - id: "experience", value: "10+" + value: "10+", description: "Ans d'expérience" } ]} title="Ce Que Nos Clients Disent"