10 Commits

Author SHA1 Message Date
7238059d3a Update src/app/page.tsx 2026-03-08 11:19:13 +00:00
6d7ce432d8 Update src/app/page.tsx 2026-03-08 11:17:18 +00:00
b2a68abf0f Update src/app/page.tsx 2026-03-08 11:15:58 +00:00
aae3bdbf85 Update src/app/page.tsx 2026-03-08 11:09:57 +00:00
745b2ace95 Switch to version 13: modified src/app/page.tsx 2026-03-08 11:07:48 +00:00
da7d5d9ab1 Merge version_14 into main
Merge version_14 into main
2026-03-08 11:06:24 +00:00
c6eb8b12e0 Update src/app/page.tsx 2026-03-08 11:06:20 +00:00
8cc9ced337 Merge version_13 into main
Merge version_13 into main
2026-03-08 11:02:37 +00:00
67c2990a0a Merge version_13 into main
Merge version_13 into main
2026-03-08 11:01:47 +00:00
58aa4e2826 Merge version_13 into main
Merge version_13 into main
2026-03-08 11:00:23 +00:00

View File

@@ -209,8 +209,8 @@ export default function LandingPage() {
<div id="feature-hover" data-section="feature-hover">
<FeatureCardMedia
title="Feature Hover Pattern"
description="Interactive features showcasing our commitment to excellence and patient care."
title="Dental Excellnece "
description="Dental excellence with compassionate patient care and cutting-edge treatments."
tag="Special Features"
tagAnimation="slide-up"
textboxLayout="default"
@@ -304,7 +304,8 @@ export default function LandingPage() {
<ContactSplit
tag="Get In Touch"
title="Book Your Appointment Today"
description="Located in Gajuwaka, Visakhapatnam. Visit us at Sri Surya Complex, Ground Floor 101, beside HDFC Bank. Open Monday to Sunday, 10 AM 9 PM."
description="Located in Gajuwaka, Visakhapatnam. Visit us at Sri Surya Complex, Ground Floor 101, beside HDFC Bank. Open Monday to Sunday, 10 AM 9 PM. Contact number
099663 43333 "
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -329,4 +330,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}