7 Commits

Author SHA1 Message Date
05d1b4a8bb Merge version_6 into main
Merge version_6 into main
2026-03-26 02:24:42 +00:00
7eaaae826b Update src/app/page.tsx 2026-03-26 02:24:39 +00:00
cabdd1e800 Merge version_5 into main
Merge version_5 into main
2026-03-26 02:18:05 +00:00
bdfed6bc5c Update src/app/page.tsx 2026-03-26 02:18:02 +00:00
c3afc5acb5 Merge version_4 into main
Merge version_4 into main
2026-03-26 01:53:46 +00:00
d139913660 Merge version_4 into main
Merge version_4 into main
2026-03-26 01:51:51 +00:00
8dbaf64657 Merge version_4 into main
Merge version_4 into main
2026-03-26 01:51:20 +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={[
{
@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Welcome"
tag="Patient-First Care"
title="Dedicated to Your Smile: Our Patient-First Philosophy"
description="Our Hartford dental practice is dedicated to creating beautiful, long-lasting smiles and maintaining healthy mouths. We deliver the best possible general, cosmetic and periodontal dental care in an atmosphere of warmth, kindness and respect."
subdescription="Our gentle, caring staff welcomes children, adults and seniors and guarantees the comfort of every member of your family. We strive to create a dental experience that provides dental excellence in a caring environment."
@@ -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>
);
}
}