8 Commits

Author SHA1 Message Date
154278f00b Update src/app/page.tsx 2026-03-07 22:13:14 +00:00
d6f515cc2b Update src/app/layout.tsx 2026-03-07 22:13:14 +00:00
74aa5a5f22 Merge version_5 into main
Merge version_5 into main
2026-03-07 22:09:28 +00:00
0e1a55506d Merge version_5 into main
Merge version_5 into main
2026-03-07 22:08:43 +00:00
dc97e1e79d Merge version_5 into main
Merge version_5 into main
2026-03-07 22:07:10 +00:00
644ba7b534 Merge version_5 into main
Merge version_5 into main
2026-03-07 22:05:52 +00:00
5a59fe67ee Merge version_5 into main
Merge version_5 into main
2026-03-07 22:04:36 +00:00
de04f42517 Merge version_5 into main
Merge version_5 into main
2026-03-07 22:03:11 +00:00
2 changed files with 21 additions and 1416 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -158,16 +158,20 @@ export default function LandingPage() {
tag="Excellence" tag="Excellence"
features={[ features={[
{ {
id: 1, title: "Patient-Centered Care", description: "Your comfort and satisfaction are our top priorities in every procedure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=1", imageAlt: "Patient care", tag: "Care", subtitle: "Priority" id: 1,
title: "Patient-Centered Care", description: "Your comfort and satisfaction are our top priorities in every procedure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=1", imageAlt: "Patient care", tag: "Care", subtitle: "Priority"
}, },
{ {
id: 2, title: "Proven Results", description: "Years of successful treatments and happy patients speak to our expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=2", imageAlt: "Results", tag: "Results", subtitle: "Success" id: 2,
title: "Proven Results", description: "Years of successful treatments and happy patients speak to our expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=2", imageAlt: "Results", tag: "Results", subtitle: "Success"
}, },
{ {
id: 3, title: "Cutting-Edge Technology", description: "We use the latest dental innovations for better outcomes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=3", imageAlt: "Technology", tag: "Innovation", subtitle: "Modern" id: 3,
title: "Cutting-Edge Technology", description: "We use the latest dental innovations for better outcomes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=3", imageAlt: "Technology", tag: "Innovation", subtitle: "Modern"
}, },
{ {
id: 4, title: "Personalized Approach", description: "Every patient gets a customized treatment plan tailored to their needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=4", imageAlt: "Personalized care", tag: "Custom", subtitle: "Tailored" id: 4,
title: "Personalized Approach", description: "Every patient gets a customized treatment plan tailored to their needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFSYOeBWG7LyEYTdDfN4zPwli/uploaded-1772920945060-uuv27r5h.png?_wi=4", imageAlt: "Personalized care", tag: "Custom", subtitle: "Tailored"
} }
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -219,7 +223,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your email address"
buttonText="Schedule Now" buttonText="Check Open Times"
termsText="We respect your privacy. Unsubscribe at any time. By scheduling an appointment, you agree to our terms of service." termsText="We respect your privacy. Unsubscribe at any time. By scheduling an appointment, you agree to our terms of service."
/> />
</div> </div>
@@ -258,4 +262,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }