2 Commits

Author SHA1 Message Date
324c3b6fc9 Update src/app/page.tsx 2026-04-28 12:21:30 +00:00
52e86bf6c4 Merge version_1 into main
Merge version_1 into main
2026-04-28 12:12:38 +00:00

View File

@@ -161,6 +161,7 @@ export default function LandingPage() {
tag="Get Started"
title="Begin Your Transformation"
description="Schedule a private consultation and step into a more confident version of yourself."
inputPlaceholder="Enter your email for your consultation"
imageSrc="http://img.b2bpic.net/free-photo/nobody-hospital-waiting-room-front-desk-with-office-supplies-promotional-flyers-healthcare-facility-empty-reception-counter-with-no-people-private-practice-clinic_482257-45891.jpg"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -179,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}