2 Commits

Author SHA1 Message Date
630bfa530a Update src/app/page.tsx 2026-04-15 12:24:43 +00:00
2114f0d25f Merge version_2 into main
Merge version_2 into main
2026-04-15 12:23:36 +00:00

View File

@@ -203,7 +203,7 @@ export default function LandingPage() {
variant: "gradient-bars"}} variant: "gradient-bars"}}
tag="Join Us" tag="Join Us"
title="Start your journey today!" title="Start your journey today!"
description="Sign up and list your first item." description="Sign up today and get your first listing featured for free."
/> />
</div> </div>
@@ -219,4 +219,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }