Update src/app/page.tsx

This commit is contained in:
2026-04-15 07:30:38 +00:00
parent 7b96b57b29
commit e4249c0fee

View File

@@ -140,6 +140,7 @@ export default function LandingPage() {
tag="Get Started"
title="Start Your Growth Journey"
description="Join thousands of professionals already scaling their income. Subscribe today."
buttonText="Start Growing Today"
/>
</div>
@@ -165,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}