Update src/app/page.tsx
This commit is contained in:
165
src/app/page.tsx
165
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
|
|
||||||
@@ -29,99 +29,34 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "L'équipe",
|
name: "L'équipe", id: "/equipe"},
|
||||||
id: "/equipe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Première consultation",
|
name: "Première consultation", id: "/consultation"},
|
||||||
id: "/consultation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Traitements",
|
name: "Traitements", id: "/traitements"},
|
||||||
id: "/traitements",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Actualités",
|
name: "Actualités", id: "/actualites"},
|
||||||
id: "/actualites",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Nous contacter",
|
name: "Nous contacter", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="OCLV Orthodontie"
|
brandName="OCLV Orthodontie"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
title="Bienvenue chez OCLV"
|
||||||
title=""
|
|
||||||
description="Cabinet spécialisé enfants & adultes · Orléans"
|
description="Cabinet spécialisé enfants & adultes · Orléans"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Prendre rendez-vous",
|
text: "Prendre rendez-vous", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Découvrir le cabinet →",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdgaBQRTI5ZWlUjAnBChEfxgE4/uploaded-1778617694659-4tmxsfd3.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DdgaBQRTI5ZWlUjAnBChEfxgE4/uploaded-1778617694659-4tmxsfd3.png"
|
||||||
imageAlt="3D Dental Concept"
|
imageAlt="3D Dental Concept"
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24037.jpg",
|
|
||||||
alt: "Patient 1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24457.jpg",
|
|
||||||
alt: "Patient 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-tooth_23-2150273601.jpg",
|
|
||||||
alt: "Patient 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473211.jpg",
|
|
||||||
alt: "Patient 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/high-angle-animated-olive-still-life_23-2149911086.jpg",
|
|
||||||
alt: "Patient 5",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="+1000 sourires créés"
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Expertise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Discrétion",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Confort",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Technologie",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Bienveillance",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -131,20 +66,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Orthodontie Enfants",
|
title: "Orthodontie Enfants", description: "Accompagnement dès le plus jeune âge.", imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473209.jpg"},
|
||||||
description: "Accompagnement dès le plus jeune âge.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-representation-dental-health-hygiene_23-2150473209.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Orthodontie Adultes",
|
title: "Orthodontie Adultes", description: "Discrétion et efficacité pour tous.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-mountain-collage_23-2150149050.jpg"},
|
||||||
description: "Discrétion et efficacité pour tous.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-mountain-collage_23-2150149050.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Orthopédie",
|
title: "Orthopédie", description: "Expertise en santé dento-faciale.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-his-beard-with-copy-space_23-2148696627.jpg"},
|
||||||
description: "Expertise en santé dento-faciale.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-his-beard-with-copy-space_23-2148696627.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nos Spécialités"
|
title="Nos Spécialités"
|
||||||
description="Une approche sur-mesure pour tous les âges."
|
description="Une approche sur-mesure pour tous les âges."
|
||||||
@@ -159,25 +85,7 @@ export default function LandingPage() {
|
|||||||
author="Marie Dupont"
|
author="Marie Dupont"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg", alt: "Marie"},
|
||||||
alt: "Marie",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/beuatiful-female-dentist-posing-smiling-with-her-lovely-patient-laying-dental-chair-redviolet-dress_627829-9746.jpg",
|
|
||||||
alt: "Patient A",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-braces-teeth-holding-toothbrush_651396-2621.jpg",
|
|
||||||
alt: "Patient B",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11817.jpg",
|
|
||||||
alt: "Patient C",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-teenage-girl-with-braces-sitting-chair-dental-clinic_662251-2533.jpg",
|
|
||||||
alt: "Patient D",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -193,32 +101,9 @@ export default function LandingPage() {
|
|||||||
description="Tout savoir sur vos soins."
|
description="Tout savoir sur vos soins."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "À quel âge consulter ?", tags: [
|
||||||
title: "À quel âge consulter ?",
|
"Enfants"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/wise-doctor-with-stethoscope_1098-140.jpg?_wi=1", imageAlt: "male patient portrait dental"},
|
||||||
"Enfants",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wise-doctor-with-stethoscope_1098-140.jpg?_wi=1",
|
|
||||||
imageAlt: "male patient portrait dental",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Quelle durée de traitement ?",
|
|
||||||
tags: [
|
|
||||||
"Adultes",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/set-transparent-dishes_23-2148879063.jpg?_wi=2",
|
|
||||||
imageAlt: "male patient portrait dental",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "La douleur ?",
|
|
||||||
tags: [
|
|
||||||
"Info",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-treating-patient-clinic_23-2147906074.jpg",
|
|
||||||
imageAlt: "male patient portrait dental",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -227,8 +112,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
title="Localisation"
|
title="Localisation"
|
||||||
description="13 Rue d'Angleterre, 45000 Orléans."
|
description="13 Rue d'Angleterre, 45000 Orléans."
|
||||||
@@ -241,16 +125,11 @@ export default function LandingPage() {
|
|||||||
logoText="OCLV"
|
logoText="OCLV"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Informations",
|
title: "Informations", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Mentions Légales",
|
label: "Mentions Légales", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user