Merge version_1 into main #1
178
src/app/page.tsx
178
src/app/page.tsx
@@ -17,34 +17,24 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Notre Cabinet",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Accueil", id: "hero" },
|
||||
{ name: "Notre Cabinet", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Avis", id: "testimonial" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SCM Angio"
|
||||
/>
|
||||
@@ -52,17 +42,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="SCM Angio - Médecine pluridisciplinaire"
|
||||
description="Votre santé entre des mains expertes au Pôle Médical Castrimed. Nos spécialistes sont à votre écoute pour un accompagnement global."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prendre rendez-vous",
|
||||
href: "https://www.doctolib.fr",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Prendre rendez-vous", href: "https://www.doctolib.fr" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurses-sitting-staircase_107420-84779.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,21 +54,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Une équipe dévouée à votre santé",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995038.jpg",
|
||||
alt: "Notre cabinet",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "En savoir plus sur nos spécialités",
|
||||
},
|
||||
{ type: "text", content: "Une équipe dévouée à votre santé" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995038.jpg", alt: "Notre cabinet" },
|
||||
]}
|
||||
buttons={[{ text: "En savoir plus sur nos spécialités" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,23 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Médecine Générale",
|
||||
description: "Suivi médical quotidien, consultations de routine et prévention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medic-giving-advice-man-sitting-wheelchair-checkup-visit-general-practitioner-meeting-with-patient-with-disability-consultation-appointment-people-talking-cabinet_482257-36777.jpg",
|
||||
},
|
||||
id: "s1", title: "Médecine Générale", description: "Suivi médical quotidien, consultations de routine et prévention.", tag: "Priorité", imageSrc: "http://img.b2bpic.net/free-photo/medic-giving-advice-man-sitting-wheelchair-checkup-visit-general-practitioner-meeting-with-patient-with-disability-consultation-appointment-people-talking-cabinet_482257-36777.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Suivi Spécialisé",
|
||||
description: "Prise en charge de pathologies chroniques par nos spécialistes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ophthalmologist-reviews-eyesight-with-optical-light-tool-consultation_482257-124042.jpg",
|
||||
},
|
||||
id: "s2", title: "Suivi Spécialisé", description: "Prise en charge de pathologies chroniques par nos spécialistes.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/ophthalmologist-reviews-eyesight-with-optical-light-tool-consultation_482257-124042.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Orientation",
|
||||
description: "Coordination avec le réseau de spécialistes environnants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-icons_23-2147503734.jpg",
|
||||
},
|
||||
id: "s3", title: "Orientation", description: "Coordination avec le réseau de spécialistes environnants.", tag: "Réseau", imageSrc: "http://img.b2bpic.net/free-vector/medical-icons_23-2147503734.jpg"},
|
||||
]}
|
||||
title="Nos Services"
|
||||
description="Une prise en charge complète pour toute la famille."
|
||||
@@ -125,46 +85,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marie L.",
|
||||
handle: "Patiente",
|
||||
testimonial: "Beaucoup de spécialistes regroupés, pratique d'accès. Très rassurant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-consulting-patient-smiles_23-2148485973.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jean P.",
|
||||
handle: "Patient",
|
||||
testimonial: "Une prise en charge rapide et très humaine. Je recommande.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophie D.",
|
||||
handle: "Patiente",
|
||||
testimonial: "Cabinet moderne et équipe vraiment à l'écoute.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-medic-woman-hospital_23-2147767604.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marc R.",
|
||||
handle: "Patient",
|
||||
testimonial: "Super cabinet, très pratique d'avoir plusieurs spécialistes sur place.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-medics-applauding-expert-physician-after-finding-diagnosis_482257-116764.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julie B.",
|
||||
handle: "Patiente",
|
||||
testimonial: "Excellent accueil et suivi médical irréprochable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600111.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Marie L.", handle: "Patiente", testimonial: "Beaucoup de spécialistes regroupés, pratique d'accès. Très rassurant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-consulting-patient-smiles_23-2148485973.jpg" },
|
||||
{ id: "t2", name: "Jean P.", handle: "Patient", testimonial: "Une prise en charge rapide et très humaine. Je recommande.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg" },
|
||||
{ id: "t3", name: "Sophie D.", handle: "Patiente", testimonial: "Cabinet moderne et équipe vraiment à l'écoute.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-medic-woman-hospital_23-2147767604.jpg" },
|
||||
{ id: "t4", name: "Marc R.", handle: "Patient", testimonial: "Super cabinet, très pratique d'avoir plusieurs spécialistes sur place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-medics-applauding-expert-physician-after-finding-diagnosis_482257-116764.jpg" },
|
||||
{ id: "t5", name: "Julie B.", handle: "Patiente", testimonial: "Excellent accueil et suivi médical irréprochable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600111.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Avis patients"
|
||||
@@ -177,21 +102,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Où sommes-nous situés ?",
|
||||
content: "65 Av. des Gardians, 34160 Castries.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Horaires d'ouverture",
|
||||
content: "Nous sommes ouverts jusqu'à 18h00 en semaine.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Comment prendre rendez-vous ?",
|
||||
content: "Par téléphone au 04 67 16 45 17 ou via Doctolib.",
|
||||
},
|
||||
{ id: "q1", title: "Où sommes-nous situés ?", content: "65 Av. des Gardians, 34160 Castries." },
|
||||
{ id: "q2", title: "Horaires d'ouverture", content: "Nous sommes ouverts jusqu'à 18h00 en semaine." },
|
||||
{ id: "q3", title: "Comment prendre rendez-vous ?", content: "Par téléphone au 04 67 16 45 17 ou via Doctolib." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clinical-reception-with-waiting-room-facility-lobby-registration-counter-used-patients-with-medical-appointments-empty-reception-desk-health-center-checkup-visits_482257-51247.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -204,16 +117,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Besoin de nous contacter ? Nous sommes à votre disposition au 04 67 16 45 17."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler maintenant",
|
||||
href: "tel:0467164517",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Appeler maintenant", href: "tel:0467164517" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,32 +127,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="SCM Angio"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "65 Av. des Gardians, 34160 Castries",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "04 67 16 45 17",
|
||||
href: "tel:0467164517",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Infos",
|
||||
items: [
|
||||
{
|
||||
label: "Horaires: jusqu'à 18h",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "65 Av. des Gardians, 34160 Castries", href: "#" }, { label: "04 67 16 45 17", href: "tel:0467164517" }] },
|
||||
{ title: "Infos", items: [{ label: "Horaires: jusqu'à 18h", href: "#" }, { label: "Mentions légales", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user