Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Premium Dental Care Excellence"
|
||||
description="Experience world-class cosmetic and restorative dentistry in a serene, state-of-the-art environment. Our dedicated team combines artistry with cutting-edge technology to create beautiful, healthy smiles."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "25+", label: "Years Excellence" },
|
||||
{ value: "10,000+", label: "Happy Patients" },
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
id: "1", name: "Sarah Mitchell", handle: "Cosmetic Patient", testimonial: "Dr. Johnson transformed my smile with expert precision and care. The entire experience was professional, comfortable, and exceeded all my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Implant Patient", testimonial: "The implant procedure was seamless. The team's expertise and attention to detail gave me complete confidence. My new smile changed my life!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "Implant Patient", testimonial: "The implant procedure was seamless. The team's expertise and attention to detail gave me complete confidence. My new smile changed my life!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "Invisalign Patient", testimonial: "Professional, courteous, and incredibly skilled. The Invisalign treatment delivered stunning results in less time than expected. Best decision ever!", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emily Rodriguez"
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
id: "5", name: "Jessica Torres", handle: "Regular Patient", testimonial: "I've been a patient for five years. The consistent excellence, warm welcome, and cutting-edge treatments keep me coming back. True professionals!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Jessica Torres"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert James", handle: "Crown Patient", testimonial: "From consultation to final fitting, every detail was perfect. The attention to aesthetics and function is remarkable. Couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert James"
|
||||
id: "6", name: "Robert James", handle: "Crown Patient", testimonial: "From consultation to final fitting, every detail was perfect. The attention to aesthetics and function is remarkable. Couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert James"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
description="Ready to experience premium dental care? Contact us today to book your consultation with our award-winning team. We look forward to creating your perfect smile."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
|
||||
imageAlt="Dental office waiting area"
|
||||
|
||||
Reference in New Issue
Block a user