2 Commits

Author SHA1 Message Date
3fd602aaf0 Update src/app/page.tsx 2026-04-20 18:59:03 +00:00
c39870db2c Merge version_1 into main
Merge version_1 into main
2026-04-20 18:58:11 +00:00

View File

@@ -183,6 +183,7 @@ export default function LandingPage() {
tag="Connect"
title="Get In Touch"
description="Have health questions? Contact our team for personalized advice today."
buttonText="Get Advice"
imageSrc="http://img.b2bpic.net/free-photo/doctor-looking-medical-report-while-walking_107420-84823.jpg"
inputPlaceholder="Enter your email for health updates"
mediaAnimation="blur-reveal"
@@ -215,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}