Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 15:16:34 +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>
);
}
}