4 Commits

Author SHA1 Message Date
51ef676722 Update src/app/page.tsx 2026-04-19 22:50:51 +00:00
e604585bc4 Merge version_3 into main
Merge version_3 into main
2026-04-19 22:50:04 +00:00
94f7a193f4 Update src/app/page.tsx 2026-04-19 22:50:01 +00:00
2bfc15ea31 Merge version_2 into main
Merge version_2 into main
2026-04-19 22:47:05 +00:00

View File

@@ -69,6 +69,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Buy Now", href: "#" }
]}
products={[ 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: "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" }, { 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" tag="Stay Updated"
title="Join the Newsletter" title="Join the Newsletter"
description="Get exclusive content and digital product deals sent directly to your inbox." 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> </div>