5 Commits

Author SHA1 Message Date
d4678553d9 Update src/app/page.tsx 2026-03-12 19:55:49 +00:00
07a66d4c1b Merge version_2 into main
Merge version_2 into main
2026-03-12 19:44:12 +00:00
0ff43d09f6 Update src/app/page.tsx 2026-03-12 19:44:08 +00:00
a29d0abb18 Merge version_1 into main
Merge version_1 into main
2026-03-12 19:39:17 +00:00
ec6ff18ebc Merge version_1 into main
Merge version_1 into main
2026-03-12 19:38:54 +00:00

View File

@@ -153,7 +153,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="What Our Patients Say"
description="Real feedback from people who have experienced the SmileCare Dental difference."
description="Real feedback from 1,000+ satisfied patients who have experienced the SmileCare Dental difference."
testimonials={[
{ id: "1", name: "Michael Johnson", handle: "@mjohnson", testimonial: "I've been coming to SmileCare for 5 years. Dr. Mitchell and her team make every visit comfortable and professional. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", imageAlt: "Michael Johnson" },
{ id: "2", name: "Jennifer Lee", handle: "@jlee_smile", testimonial: "The best dental experience I've had. The staff is friendly, the office is clean, and the results speak for themselves. My smile has never looked better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/morena-sonrisa-diversion-joven-alegria_1301-1461.jpg", imageAlt: "Jennifer Lee" },
@@ -196,11 +196,11 @@ export default function LandingPage() {
<ContactCenter
tag="Get in Touch"
title="Ready for Your Best Smile?"
description="Schedule your appointment today. Our friendly team is ready to help you achieve the healthy, beautiful smile you deserve."
description="Schedule your no-obligation initial meeting today. Our friendly team is ready to discuss your dental goals and create a personalized plan for your beautiful, healthy smile."
tagIcon={Calendar}
inputPlaceholder="Enter your email"
buttonText="Schedule Now"
termsText="We respect your privacy. We'll only use your information to contact you about your appointment."
buttonText="Book Free Consultation Today"
termsText="We respect your privacy. We'll only use your information to contact you about your free consultation."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}