Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 07:59:12 +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"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Experience Luxury Dental Care"
description="Welcome to Luminous Dental, where premium aesthetics meet advanced treatment. Your smile deserves the finest care in a serene, spa-like environment."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "20+", label: "Years Experience" },
{ value: "5000+", label: "Happy Patients" },
@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg"
imageAlt="Beautiful healthy smile"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -151,22 +151,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahm_smiles", testimonial: "The entire experience was exceptional. Dr. Chen and her team made me feel completely at ease. My smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "@sarahm_smiles", testimonial: "The entire experience was exceptional. Dr. Chen and her team made me feel completely at ease. My smile has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Richardson", handle: "CEO, Tech Innovations", testimonial: "I've never experienced such professional and caring dental treatment. The results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"
id: "2", name: "James Richardson", handle: "CEO, Tech Innovations", testimonial: "I've never experienced such professional and caring dental treatment. The results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"
},
{
id: "3", name: "Emily Thompson", handle: "@emilyt_wellness", testimonial: "From the moment I walked in, I was impressed by the attention to detail and luxurious atmosphere. Truly world-class service.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Thompson"
},
{
id: "4", name: "David Foster", handle: "Principal, Foster Academy", testimonial: "My implants look natural and feel perfect. The expertise here is unmatched. I recommend Luminous Dental to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Foster"
id: "4", name: "David Foster", handle: "Principal, Foster Academy", testimonial: "My implants look natural and feel perfect. The expertise here is unmatched. I recommend Luminous Dental to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Foster"
},
{
id: "5", name: "Jessica Wong", handle: "@jessicaw_smiles", testimonial: "The whitening treatment was quick, painless, and the results are stunning. I'm so happy with my smile!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "Jessica Wong"
id: "5", name: "Jessica Wong", handle: "@jessicaw_smiles", testimonial: "The whitening treatment was quick, painless, and the results are stunning. I'm so happy with my smile!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Jessica Wong"
},
{
id: "6", name: "Michael Chen", handle: "CFO, Premier Finance", testimonial: "Exceptional care, luxurious environment, and outstanding results. This is dental excellence at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Chen"
id: "6", name: "Michael Chen", handle: "CFO, Premier Finance", testimonial: "Exceptional care, luxurious environment, and outstanding results. This is dental excellence at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
}
]}
speed={40}
@@ -180,11 +180,11 @@ export default function LandingPage() {
description="Subscribe to our newsletter for tips on maintaining your smile, special offers, and updates on new treatments."
tagIcon={Mail}
tagAnimation="blur-reveal"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-girl-thinks_93675-133075.jpg"
imageAlt="Dental wellness"
inputPlaceholder="Enter your email"
buttonText="Subscribe"