diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d855f1..67b205a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,9 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { ShieldCheck, Smile, Sparkles, Zap } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import MobileStickyBand from '@/components/MobileStickyBand'; +import { MapPin, ShieldCheck, Smile, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -45,7 +47,9 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", id: "#contact"}, + name: "Contact Rapide", id: "#contact"}, + { + name: "Contact & Accès", id: "#contact-details"}, ]} brandName="Dr Gharbi Mounib" /> @@ -213,6 +217,10 @@ export default function LandingPage() { showRating={true} title="Ce Que Nos Patients Disent" description="La satisfaction de nos patients est notre plus grande fierté. Lisez leurs témoignages et découvrez pourquoi ils nous font confiance pour leur santé bucco-dentaire et leur sourire." + buttons={[ + { + text: "Voir sur Google Maps", href: "https://www.google.com/maps/search/Dr+Gharbi+Mounib+El+Mourouj"}, + ]} /> @@ -251,6 +259,25 @@ export default function LandingPage() { /> +