Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4678553d9 | |||
| 07a66d4c1b | |||
| 0ff43d09f6 | |||
| a29d0abb18 | |||
| ec6ff18ebc |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user