Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 16:53: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"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Premium Dental Practice"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "25+", label: "Years of Excellence" },
{ value: "5000+", label: "Happy Patients" },
@@ -76,7 +76,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Cosmetic Dentistry", description: "Enhance your smile with professional teeth whitening, veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg?_wi=1", imageAlt: "Cosmetic dentistry before and after", button: { text: "Explore", href: "#" }
title: "Cosmetic Dentistry", description: "Enhance your smile with professional teeth whitening, veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg", imageAlt: "Cosmetic dentistry before and after", button: { text: "Explore", href: "#" }
},
{
title: "Dental Implants", description: "Replace missing teeth with durable, natural-looking implants that restore function and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19453.jpg", imageAlt: "Dental implant restoration", button: { text: "Learn More", href: "#" }
@@ -113,7 +113,7 @@ export default function LandingPage() {
},
{
id: "3", brand: "Luminos Dental", name: "Professional Teeth Whitening", price: "Cosmetic Enhancement", rating: 5,
reviewCount: "654", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg?_wi=2", imageAlt: "Professional whitening treatment"
reviewCount: "654", imageSrc: "http://img.b2bpic.net/free-photo/medicine-dentistry-healthcare-concept-dentist-using-dental-curing-uv-lamp-teeth-patient_496169-942.jpg", imageAlt: "Professional whitening treatment"
}
]}
textboxLayout="default"