diff --git a/src/app/page.tsx b/src/app/page.tsx index aca7690..420ce2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -31,14 +31,10 @@ export default function LandingPage() {
-
@@ -117,18 +97,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "98%", title: "Taux Satisfaction", description: "Patients ravis", icon: Star, - }, - { - id: "m2", value: "24/7", title: "Support Patient", description: "Assistance en ligne", icon: Clock, - }, - { - id: "m3", value: "100%", title: "Sécurité Soins", description: "Normes stérilisation", icon: ShieldCheck, - }, + { id: "m1", value: "98%", title: "Taux Satisfaction", description: "Patients ravis", icon: Star }, + { id: "m2", value: "24/7", title: "Support Patient", description: "Assistance en ligne", icon: Clock }, + { id: "m3", value: "100%", title: "Sécurité Soins", description: "Normes stérilisation", icon: ShieldCheck }, ]} title="Bo Sourire en Chiffres" - description="Des résultats qui témoignent de notre engagement." /> @@ -136,38 +109,21 @@ export default function LandingPage() {
@@ -176,10 +132,8 @@ export default function LandingPage() { @@ -188,26 +142,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/dental-model-premolar-tooth-3d-rendering_460848-8340.jpg" logoText="Bo Sourire" columns={[ - { - title: "Navigation", items: [ - { - label: "Accueil", href: "#hero"}, - { - label: "À propos", href: "#about"}, - { - label: "Services", href: "#services"}, - ], - }, - { - title: "Légal", items: [ - { - label: "Mentions Légales", href: "#"}, - { - label: "Confidentialité", href: "#"}, - ], - }, + { title: "Navigation", items: [{ label: "Accueil", href: "#hero" }, { label: "Services", href: "#services" }] }, ]} - copyrightText="© 2025 Bo Sourire Dental." />