Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6460574c9 | |||
| 51ef676722 | |||
| e604585bc4 | |||
| 94f7a193f4 | |||
| 2bfc15ea31 | |||
| f3d41c0502 | |||
| 228f139c59 |
@@ -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"},
|
||||
@@ -69,6 +69,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Buy Now", href: "#" }
|
||||
]}
|
||||
products={[
|
||||
{ id: "p1", brand: "E-Book", name: "Freelance Mastery", price: "$29", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-credit-card-usb-flash-drive_187299-47897.jpg" },
|
||||
{ id: "p2", brand: "Template", name: "SaaS Dashboard UI", price: "$49", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039373.jpg" },
|
||||
@@ -145,7 +148,7 @@ export default function LandingPage() {
|
||||
tag="Stay Updated"
|
||||
title="Join the Newsletter"
|
||||
description="Get exclusive content and digital product deals sent directly to your inbox."
|
||||
buttons={[{ text: "Subscribe Now", href: "#" }]}
|
||||
buttons={[{ text: "Join for Exclusive Updates", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user