diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7983214..89b06b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,139 +29,45 @@ export default function LandingPage() {
@@ -173,36 +79,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Examen et nettoyage",
- description: "Soins préventifs pour maintenir votre santé bucco-dentaire.",
- bentoComponent: "reveal-icon",
- icon: Sparkles,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053271.jpg?_wi=2",
- imageAlt: "dental cleaning tools professional",
+ title: "Examen et nettoyage", description: "Soins préventifs pour maintenir votre santé bucco-dentaire.", bentoComponent: "reveal-icon", icon: Sparkles
},
{
- title: "Dentisterie esthétique",
- description: "Retrouvez votre plus beau sourire avec nos solutions personnalisées.",
- bentoComponent: "reveal-icon",
- icon: Star,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg?_wi=3",
- imageAlt: "dental cleaning tools professional",
+ title: "Dentisterie esthétique", description: "Retrouvez votre plus beau sourire avec nos solutions personnalisées.", bentoComponent: "reveal-icon", icon: Star
},
{
- title: "Urgence dentaire",
- description: "Une prise en charge rapide pour soulager vos douleurs.",
- bentoComponent: "reveal-icon",
- icon: AlertCircle,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg?_wi=2",
- imageAlt: "dental cleaning tools professional",
+ title: "Urgence dentaire", description: "Une prise en charge rapide pour soulager vos douleurs.", bentoComponent: "reveal-icon", icon: AlertCircle
},
{
- title: "Soins familiaux",
- description: "Une équipe douce pour les patients de tous les âges.",
- bentoComponent: "reveal-icon",
- icon: Users,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-skincare-routine_23-2151308595.jpg?_wi=2",
- imageAlt: "dental cleaning tools professional",
+ title: "Soins familiaux", description: "Une équipe douce pour les patients de tous les âges.", bentoComponent: "reveal-icon", icon: Users
},
]}
title="Nos services de soins dentaires"
@@ -218,7 +104,7 @@ export default function LandingPage() {
description="Située dans l'édifice le Gibraltar, notre clinique allie expertise, douceur et technologies de pointe."
subdescription="Chaque patient bénéficie d'un plan de traitement personnalisé dans un environnement zen et accueillant."
icon={Award}
- imageSrc="http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg"
mediaAnimation="blur-reveal"
/>
@@ -230,51 +116,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Jean Tremblay",
- role: "Patient",
- company: "Québec",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-skincare-routine_23-2151308595.jpg?_wi=3",
- imageAlt: "aesthetic dental care teeth whitening",
- },
- {
- id: "2",
- name: "Marie Lavoie",
- role: "Patient",
- company: "Ste-Foy",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg?_wi=4",
- imageAlt: "aesthetic dental care teeth whitening",
- },
- {
- id: "3",
- name: "Lucie B.",
- role: "Patient",
- company: "Québec",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg?_wi=4",
- imageAlt: "aesthetic dental care teeth whitening",
- },
- {
- id: "4",
- name: "Marc G.",
- role: "Patient",
- company: "Sillery",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053271.jpg?_wi=3",
- imageAlt: "aesthetic dental care teeth whitening",
- },
- {
- id: "5",
- name: "Sophie P.",
- role: "Patient",
- company: "Québec",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18590.jpg?_wi=2",
- imageAlt: "aesthetic dental care teeth whitening",
- },
+ { id: "1", name: "Jean Tremblay", role: "Patient", company: "Québec", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-skincare-routine_23-2151308595.jpg", imageAlt: "aesthetic dental care teeth whitening" },
+ { id: "2", name: "Marie Lavoie", role: "Patient", company: "Ste-Foy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg", imageAlt: "aesthetic dental care teeth whitening" },
+ { id: "3", name: "Lucie B.", role: "Patient", company: "Québec", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg", imageAlt: "aesthetic dental care teeth whitening" },
+ { id: "4", name: "Marc G.", role: "Patient", company: "Sillery", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053271.jpg", imageAlt: "aesthetic dental care teeth whitening" },
+ { id: "5", name: "Sophie P.", role: "Patient", company: "Québec", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18590.jpg", imageAlt: "aesthetic dental care teeth whitening" },
]}
title="Nos patients témoignent"
description="Découvrez pourquoi nous sommes notés 5.0 étoiles sur Google."
@@ -284,18 +130,11 @@ export default function LandingPage() {
@@ -303,32 +142,8 @@ export default function LandingPage() {
@@ -336,4 +151,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file