Merge version_5 into main #10

Merged
bender merged 1 commits from version_5 into main 2026-03-26 02:18:05 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="The Smile Studio Dentistry"
brandName="The Smile Studio"
button={{
text: "Book Online", href: "#contact"}}
/>
@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="The Smile Studio Dentistry"
logoText="The Smile Studio"
description="Experience comfortable, advanced dental care in a contemporary Hartford studio. From routine cleanings to cosmetic transformations, we make dental visits easy and rewarding."
buttons={[
{
@@ -123,7 +123,7 @@ export default function LandingPage() {
id: "4", name: "David L.", handle: "@david_zocdoc", testimonial: "Finding a family-friendly dentist that my kids actually enjoy was a challenge until we found Smile Studio. The staff is wonderful with children and adults alike.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-mature-businessman-white-suit-business-concept_549566-956.jpg", imageAlt: "David smiling"},
]}
title="What Our Patients Say"
description="Hear from our happy patients about their experiences at The Smile Studio Dentistry and why they trust us with their oral health."
description="Hear from our happy patients about their experiences at The Smile Studio and why they trust us with their oral health."
speed={40}
topMarqueeDirection="left"
animationType="blur-reveal"
@@ -134,7 +134,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={["Hartford Magazine TopDentist 2019", "Aetna Dental Insurance", "Cigna Dental Insurance", "Delta Dental Insurance", "MetLife Dental Insurance", "Guardian Dental Insurance", "UnitedHealthcare Dental Insurance"]}
names={["Hartford Magazine Top Dentist 2019", "Aetna Dental Insurance", "Cigna Dental Insurance", "Delta Dental Insurance", "MetLife Dental Insurance", "Guardian Dental Insurance", "UnitedHealthcare Dental Insurance"]}
logos={[
"http://img.b2bpic.net/free-vector/pharmacy-logo-with-tooth_1057-2516.jpg", "http://img.b2bpic.net/free-vector/blue-hospital-logo-template_1057-394.jpg", "http://img.b2bpic.net/free-vector/blue-logo-insurance-car_1057-2818.jpg", "http://img.b2bpic.net/free-vector/business-card-logo_23-2147516168.jpg", "http://img.b2bpic.net/free-vector/doctor-office-logo-template_23-2149665569.jpg", "http://img.b2bpic.net/free-vector/gradient-dental-logo-pack_52683-64637.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg"
]}
@@ -216,10 +216,10 @@ export default function LandingPage() {
],
},
]}
logoText="The Smile Studio Dentistry"
logoText="The Smile Studio"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}