Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 13:14:53 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Premier Dental Excellence in Your Area"
description="Experience luxury dentistry with state-of-the-art technology and compassionate care. Our elite team of specialists delivers transformative smile designs tailored to your vision."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "25+", label: "Years Excellence" },
{ value: "10K+", label: "Happy Patients" },
@@ -78,13 +78,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Cosmetic Dentistry", description: "Enhance your smile with our expert cosmetic treatments including veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg?_wi=1", imageAlt: "Cosmetic dentistry treatment"
title: "Cosmetic Dentistry", description: "Enhance your smile with our expert cosmetic treatments including veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg", imageAlt: "Cosmetic dentistry treatment"
},
{
title: "Dental Implants", description: "Restore your smile with cutting-edge implant technology that looks and feels completely natural.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg?_wi=1", imageAlt: "Dental implant procedure"
title: "Dental Implants", description: "Restore your smile with cutting-edge implant technology that looks and feels completely natural.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg", imageAlt: "Dental implant procedure"
},
{
title: "Preventive Care", description: "Maintain optimal oral health with our comprehensive preventive and maintenance programs.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg?_wi=1", imageAlt: "Preventive dental care"
title: "Preventive Care", description: "Maintain optimal oral health with our comprehensive preventive and maintenance programs.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg", imageAlt: "Preventive dental care"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -117,15 +117,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Luminous Dental", name: "Complete Smile Makeover", price: "$3,500", rating: 5,
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg?_wi=2", imageAlt: "Complete smile makeover package"
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg", imageAlt: "Complete smile makeover package"
},
{
id: "2", brand: "Luminous Dental", name: "Implant Restoration", price: "$4,200", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg?_wi=2", imageAlt: "Implant restoration package"
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg", imageAlt: "Implant restoration package"
},
{
id: "3", brand: "Luminous Dental", name: "Annual Wellness Plan", price: "$899", rating: 5,
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg?_wi=2", imageAlt: "Annual wellness plan package"
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg", imageAlt: "Annual wellness plan package"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -171,7 +171,7 @@ export default function LandingPage() {
description="Subscribe to our newsletter for exclusive tips, special offers, and updates on the latest in premium dental care."
tagIcon={Mail}
tagAnimation="blur-reveal"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg"
imageAlt="Our dental practice team"