Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 01:36:56 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard
title="Premium Digital Assets, Instant Access"
description="Discover thousands of templates, AI tools, and business resources built by professionals. Download instantly and start building today."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="Marketplace"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -86,16 +86,16 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Digital Zameen", name: "Professional Website Templates", price: "$49.99", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-psd/italian-food-stationery-template_23-2148559232.jpg?_wi=1", imageAlt: "Professional website templates bundle"},
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-psd/italian-food-stationery-template_23-2148559232.jpg", imageAlt: "Professional website templates bundle"},
{
id: "2", brand: "Digital Zameen", name: "AI Content Generation Suite", price: "$79.99", rating: 5,
reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148388243.jpg?_wi=1", imageAlt: "AI tools content generation suite"},
reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148388243.jpg", imageAlt: "AI tools content generation suite"},
{
id: "3", brand: "Digital Zameen", name: "Business Growth Checklist", price: "$29.99", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/sales-proposal-template-design_742173-25249.jpg?_wi=1", imageAlt: "Business growth checklist and framework"},
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-vector/sales-proposal-template-design_742173-25249.jpg", imageAlt: "Business growth checklist and framework"},
{
id: "4", brand: "Digital Zameen", name: "Content Creator Toolkit", price: "$89.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-psd/photography-lessons-workshop-landing-page-template_23-2149647811.jpg?_wi=1", imageAlt: "Content creator toolkit and resources"},
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-psd/photography-lessons-workshop-landing-page-template_23-2149647811.jpg", imageAlt: "Content creator toolkit and resources"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -113,13 +113,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Instant Download", description: "Get immediate access to all digital products after purchase. No waiting, no complicated activation processes.", imageSrc: "http://img.b2bpic.net/free-psd/italian-food-stationery-template_23-2148559232.jpg?_wi=2", imageAlt: "Instant download feature"},
id: "1", title: "Instant Download", description: "Get immediate access to all digital products after purchase. No waiting, no complicated activation processes.", imageSrc: "http://img.b2bpic.net/free-psd/italian-food-stationery-template_23-2148559232.jpg", imageAlt: "Instant download feature"},
{
id: "2", title: "Professional Quality", description: "All assets are built by industry experts and tested for reliability, ensuring enterprise-grade solutions.", imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148388243.jpg?_wi=2", imageAlt: "Professional quality assurance"},
id: "2", title: "Professional Quality", description: "All assets are built by industry experts and tested for reliability, ensuring enterprise-grade solutions.", imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148388243.jpg", imageAlt: "Professional quality assurance"},
{
id: "3", title: "Transparent Pricing", description: "No hidden fees, no upsells. See exactly what you pay upfront with detailed breakdowns for every product.", imageSrc: "http://img.b2bpic.net/free-vector/sales-proposal-template-design_742173-25249.jpg?_wi=2", imageAlt: "Clear transparent pricing model"},
id: "3", title: "Transparent Pricing", description: "No hidden fees, no upsells. See exactly what you pay upfront with detailed breakdowns for every product.", imageSrc: "http://img.b2bpic.net/free-vector/sales-proposal-template-design_742173-25249.jpg", imageAlt: "Clear transparent pricing model"},
{
id: "4", title: "Lifetime Support", description: "Access ongoing updates, documentation, and priority support from our dedicated team of professionals.", imageSrc: "http://img.b2bpic.net/free-psd/photography-lessons-workshop-landing-page-template_23-2149647811.jpg?_wi=2", imageAlt: "Continuous customer support"},
id: "4", title: "Lifetime Support", description: "Access ongoing updates, documentation, and priority support from our dedicated team of professionals.", imageSrc: "http://img.b2bpic.net/free-psd/photography-lessons-workshop-landing-page-template_23-2149647811.jpg", imageAlt: "Continuous customer support"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"