Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Healthy Smile Starts Here"
|
||||
description="Trusted dental care from experienced professionals using modern technology in Los Angeles"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
{ value: "5000+", label: "Happy Patients" },
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=83aeo1&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=83aeo1"
|
||||
imageAlt="San Jose Dental Clinic modern interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -84,29 +84,24 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Professional Teeth Cleaning", description: "Remove plaque and tartar with advanced ultrasonic technology for a brighter, healthier smile", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgyfnb" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uco0wl&_wi=1" }
|
||||
id: "1", title: "Professional Teeth Cleaning", description: "Remove plaque and tartar with advanced ultrasonic technology for a brighter, healthier smile", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xgyfnb" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uco0wl" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Dental Implants", description: "Restore missing teeth with permanent, natural-looking implants using cutting-edge technology", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8jse12" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlu6wy&_wi=1" }
|
||||
id: "2", title: "Dental Implants", description: "Restore missing teeth with permanent, natural-looking implants using cutting-edge technology", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8jse12" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlu6wy" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Dental Checkup", description: "Regular examinations and preventive care to catch issues early and maintain optimal oral health", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zkzkoz" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=83aeo1&_wi=2" }
|
||||
id: "3", title: "Dental Checkup", description: "Regular examinations and preventive care to catch issues early and maintain optimal oral health", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zkzkoz" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=83aeo1" }
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Tooth Extraction", description: "Safe and comfortable extraction procedures using advanced surgical techniques and anesthesia", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y9fk6k" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlu6wy&_wi=2" }
|
||||
id: "4", title: "Tooth Extraction", description: "Safe and comfortable extraction procedures using advanced surgical techniques and anesthesia", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y9fk6k" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlu6wy" }
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Cosmetic Dentistry", description: "Transform your smile with whitening, veneers, and aesthetic treatments for radiant confidence", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lc43aj" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uco0wl&_wi=2" }
|
||||
id: "5", title: "Cosmetic Dentistry", description: "Transform your smile with whitening, veneers, and aesthetic treatments for radiant confidence", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lc43aj" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uco0wl" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
Reference in New Issue
Block a user