Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 09:09:18 +00:00

View File

@@ -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: "glowing-orb" }}
background={{ variant: "aurora" }}
kpis={[
{ value: "15+", label: "Years Experience" },
{ value: "5000+", label: "Happy Patients" },
@@ -84,23 +84,28 @@ 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" },
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" },
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" },
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" },
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" },
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" }
}
]}
@@ -193,8 +198,6 @@ export default function LandingPage() {
useInvertedBackground={false}
className="py-20 px-4"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-5xl md:text-6xl font-bold mb-4"
descriptionClassName="text-lg md:text-xl mb-12"
/>
</div>