Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -48,11 +48,11 @@ export default function LandingPage() {
|
||||
{ text: "Agendar consulta", href: "#contact" },
|
||||
{ text: "Falar no WhatsApp", href: "https://wa.me/558131962165" }
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=1", imageAlt: "Interior clínica moderna" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Interior clínica moderna" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/playful-asian-woman_1098-22085.jpg", imageAlt: "Clareamento dental profissional" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-beautiful-woman_23-2148819924.jpg?_wi=1", imageAlt: "Implantes dentários" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-beautiful-woman_23-2148819924.jpg", imageAlt: "Implantes dentários" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Estética do sorriso" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
@@ -118,10 +118,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "100%", title: "Higiene", description: "Protocolos rigorosos de esterilização", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2", imageAlt: "Clínica com protocolos de higiene"
|
||||
id: "1", value: "100%", title: "Higiene", description: "Protocolos rigorosos de esterilização", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Clínica com protocolos de higiene"
|
||||
},
|
||||
{
|
||||
id: "2", value: "15+", title: "Anos de Experiência", description: "Profissionais com vasta experiência", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-beautiful-woman_23-2148819924.jpg?_wi=2", imageAlt: "Equipe profissional qualificada"
|
||||
id: "2", value: "15+", title: "Anos de Experiência", description: "Profissionais com vasta experiência", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-beautiful-woman_23-2148819924.jpg", imageAlt: "Equipe profissional qualificada"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
{ text: "Agendar Consulta", href: "https://wa.me/558131962165?text=Olá%2C%20gostaria%20de%20agendar%20uma%20consulta" },
|
||||
{ text: "(81) 3196-2165", href: "tel:+558131962165" }
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user