2 Commits

Author SHA1 Message Date
a3c616a9c2 Update src/app/page.tsx 2026-04-26 15:16:27 +00:00
67e71d3afa Merge version_1 into main
Merge version_1 into main
2026-04-26 15:15:19 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Excellence in Personalized Healthcare"
title="Comprehensive Personalized Healthcare for Your Wellness"
description="Providing compassionate, high-quality medical care tailored to your unique wellness journey."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-view-doctor-talking-patient_23-2149844641.jpg", alt: "private doctor office consultation" },
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}