Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:36:39 +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"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Premier Dental Excellence"
description="Experience luxury dentistry with cutting-edge technology and compassionate care. Our expert team delivers exceptional results for your healthiest, most beautiful smile."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "25+", label: "Years Experience" },
{ value: "5000+", label: "Happy Patients" },
@@ -79,13 +79,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "General Care", name: "Preventive Dentistry", price: "Professional Cleaning & Exams", rating: 5,
reviewCount: "1200+", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=1", imageAlt: "Professional dental cleaning"},
reviewCount: "1200+", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg", imageAlt: "Professional dental cleaning"},
{
id: "2", brand: "Advanced Solutions", name: "Dental Implants", price: "Complete Restoration", rating: 5,
reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg?_wi=1", imageAlt: "Advanced dental implants"},
reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Advanced dental implants"},
{
id: "3", brand: "Cosmetic Enhancement", name: "Smile Makeover", price: "Whitening & Veneers", rating: 5,
reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg?_wi=1", imageAlt: "Cosmetic dentistry smile design"},
reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg", imageAlt: "Cosmetic dentistry smile design"},
]}
ariaLabel="Premium dental services"
containerClassName="space-y-8"
@@ -115,11 +115,11 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
features={[
{
title: "Advanced Technology", description: "State-of-the-art digital imaging and treatment systems for precision and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=2", imageAlt: "Advanced dental technology"},
title: "Advanced Technology", description: "State-of-the-art digital imaging and treatment systems for precision and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg", imageAlt: "Advanced dental technology"},
{
title: "Experienced Team", description: "Board-certified dentists with decades of combined expertise in all dental disciplines.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg?_wi=2", imageAlt: "Expert dental team"},
title: "Experienced Team", description: "Board-certified dentists with decades of combined expertise in all dental disciplines.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Expert dental team"},
{
title: "Personalized Care", description: "Custom treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg?_wi=2", imageAlt: "Personalized dental care"},
title: "Personalized Care", description: "Custom treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg", imageAlt: "Personalized dental care"},
{
title: "Comfortable Environment", description: "Luxurious, spa-like setting designed to ease anxiety and enhance relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-with-cofferdam-mouth-showing-teeth-with-braces_651396-3439.jpg", imageAlt: "Comfortable dental office"},
]}
@@ -164,7 +164,7 @@ export default function LandingPage() {
description="Join our community of satisfied patients. Book your consultation today and discover the difference premium dental care makes."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg"
imageAlt="Welcoming dental office reception"