2 Commits

Author SHA1 Message Date
f3d41c0502 Update src/app/page.tsx 2026-04-19 22:46:59 +00:00
228f139c59 Merge version_1 into main
Merge version_1 into main
2026-04-19 22:44:35 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
background={{
variant: "sparkles-gradient"}}
title="Learn. Create. Sell Digital Products."
description="Unlock your potential with our global marketplace. Access expert courses and premium tools designed for the digital creator era."
description="Launch your digital storefront in minutes with our curated resources and expert-led pathways."
buttons={[
{
text: "Get Started", href: "#store"},
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}