5 Commits

Author SHA1 Message Date
2009e8b201 Switch to version 1: modified src/app/page.tsx 2026-04-28 12:30:40 +00:00
ade3db4109 Switch to version 2: modified src/app/page.tsx 2026-04-28 12:30:35 +00:00
7db1ed11dd Merge version_3 into main
Merge version_3 into main
2026-04-28 12:23:39 +00:00
432ebecaa7 Update src/app/page.tsx 2026-04-28 12:23:33 +00:00
73623054aa Merge version_2 into main
Merge version_2 into main
2026-04-28 12:21:33 +00:00

View File

@@ -161,7 +161,6 @@ 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"
@@ -180,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}