3 Commits

Author SHA1 Message Date
55f99835bf Merge version_3 into main
Merge version_3 into main
2026-06-10 20:20:32 +00:00
e386dedfb6 Update src/app/page.tsx 2026-06-10 20:20:26 +00:00
348ea7dd6f Merge version_2 into main
Merge version_2 into main
2026-06-10 20:18:58 +00:00

View File

@@ -246,8 +246,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/man-using-his-laptop-with-digital-assistant-home_23-2149107965.jpg"
imageAlt="Person typing on laptop with YouTube interface"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Sign Up Now"
inputPlaceholder="Enter your best email"
buttonText="Subscribe Now"
termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions."
/>
</div>
@@ -264,4 +264,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}