2 Commits

Author SHA1 Message Date
47ad35ac24 Update src/app/page.tsx 2026-04-29 06:23:55 +00:00
b55367c400 Merge version_1 into main
Merge version_1 into main
2026-04-29 06:15:59 +00:00

View File

@@ -90,6 +90,7 @@ export default function LandingPage() {
]}
title="Comprehensive Services"
description="From routine checkups to complex surgeries, we have you covered."
buttons={[{ text: "View All Services", href: "#contact" }, { text: "Learn More", href: "#contact" }]}
/>
</div>
@@ -184,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}