Merge version_1 into main #2
263
src/app/page.tsx
263
src/app/page.tsx
@@ -29,139 +29,45 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Avis",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Avis", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Clinique Crystel Charest"
|
||||
button={{
|
||||
text: "Prendre Rendez-vous",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Prendre Rendez-vous", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Soins dentaires d'exception au cœur de Ste-Foy"
|
||||
description="Profitez d'une approche humaine et technologique avec la Dre Crystel Charest. Une excellence reconnue par nos patients."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jean Tremblay",
|
||||
handle: "@patient",
|
||||
testimonial: "Excellent service, très rassurant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
{
|
||||
name: "Marie Lavoie",
|
||||
handle: "@patient",
|
||||
testimonial: "La meilleure clinique à Québec!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
{
|
||||
name: "Lucie B.",
|
||||
handle: "@patient",
|
||||
testimonial: "Professionnel et très propre.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053271.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
{
|
||||
name: "Marc G.",
|
||||
handle: "@patient",
|
||||
testimonial: "Dre Charest est très douce.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-skincare-routine_23-2151308595.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
{
|
||||
name: "Sophie P.",
|
||||
handle: "@patient",
|
||||
testimonial: "Accueil chaleureux, je recommande.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18590.jpg?_wi=1",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
{ name: "Jean Tremblay", handle: "@patient", testimonial: "Excellent service, très rassurant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg", imageAlt: "modern dental clinic interior" },
|
||||
{ name: "Marie Lavoie", handle: "@patient", testimonial: "La meilleure clinique à Québec!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67174.jpg", imageAlt: "modern dental clinic interior" },
|
||||
{ name: "Lucie B.", handle: "@patient", testimonial: "Professionnel et très propre.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053271.jpg", imageAlt: "modern dental clinic interior" },
|
||||
{ name: "Marc G.", handle: "@patient", testimonial: "Dre Charest est très douce.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-skincare-routine_23-2151308595.jpg", imageAlt: "modern dental clinic interior" },
|
||||
{ name: "Sophie P.", handle: "@patient", testimonial: "Accueil chaleureux, je recommande.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18590.jpg", imageAlt: "modern dental clinic interior" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre Rendez-vous",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "(418) 687-6887",
|
||||
href: "tel:4186876887",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg?_wi=2"
|
||||
buttons={[{ text: "Prendre Rendez-vous", href: "#contact" }, { text: "(418) 687-6887", href: "tel:4186876887" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg",
|
||||
alt: "Smiling dentist in white coat",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg",
|
||||
alt: "Close-up of a happy male dentist looking at camera",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg",
|
||||
alt: "Portrait of a happy male dentist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg",
|
||||
alt: "Male dentist looking at camera",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-dentist-smiling-with-arms-crossed-dental-clinic_158595-7723.jpg",
|
||||
alt: "Portrait of man dentist smiling with arms crossed in dental clinic",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg", alt: "Smiling dentist in white coat" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg", alt: "Close-up of a happy male dentist looking at camera" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg", alt: "Portrait of a happy male dentist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg", alt: "Male dentist looking at camera" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-man-dentist-smiling-with-arms-crossed-dental-clinic_158595-7723.jpg", alt: "Portrait of man dentist smiling with arms crossed in dental clinic" },
|
||||
]}
|
||||
avatarText="Reconnu par plus de 500 patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Clinique moderne",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Technologie de pointe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Approche humaine",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Soins personnalisés",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Service rassurant",
|
||||
},
|
||||
{ type: "text", text: "Clinique moderne" },
|
||||
{ type: "text", text: "Technologie de pointe" },
|
||||
{ type: "text", text: "Approche humaine" },
|
||||
{ type: "text", text: "Soins personnalisés" },
|
||||
{ type: "text", text: "Service rassurant" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Prêt pour votre prochain rendez-vous?"
|
||||
description="Nous sommes situés au 1300 Ch Ste-Foy, Édifice le Gibraltar. Ouvert dès 8h30 le lundi."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler maintenant",
|
||||
href: "tel:4186876887",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Appeler maintenant", href: "tel:4186876887" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -303,32 +142,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Clinique dentaire Crystel Charest"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "1300 Ch Ste-Foy, Québec",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(418) 687-6887",
|
||||
href: "tel:4186876887",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Horaires",
|
||||
items: [
|
||||
{
|
||||
label: "Lundi : 8h30 - 17h00",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mar-Ven : Ouvert",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "1300 Ch Ste-Foy, Québec", href: "#" }, { label: "(418) 687-6887", href: "tel:4186876887" }] },
|
||||
{ title: "Horaires", items: [{ label: "Lundi : 8h30 - 17h00", href: "#" }, { label: "Mar-Ven : Ouvert", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Clinique Crystel Charest. Tous droits réservés."
|
||||
/>
|
||||
@@ -336,4 +151,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user