Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
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: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "User 2" },
|
||||
@@ -73,27 +73,27 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Professional Suite", name: "Email Marketing Template Bundle", price: "$47", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg?_wi=1", imageAlt: "Professional email marketing template collection"
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg", imageAlt: "Professional email marketing template collection"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "AI Tools Pack", name: "Content Writer Pro AI", price: "$67", rating: 5,
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg?_wi=1", imageAlt: "AI content writing software interface"
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg", imageAlt: "AI content writing software interface"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Business Essentials", name: "Startup Launch Checklist", price: "$29", rating: 5,
|
||||
reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg?_wi=1", imageAlt: "Comprehensive startup launch checklist framework"
|
||||
reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg", imageAlt: "Comprehensive startup launch checklist framework"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Creator Bundle", name: "Social Media Asset Pack", price: "$37", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/collection-different-corporation-stickers_52683-60189.jpg?_wi=1", imageAlt: "Complete social media content creation assets"
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/collection-different-corporation-stickers_52683-60189.jpg", imageAlt: "Complete social media content creation assets"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Design Studio", name: "Presentation Master Templates", price: "$54", rating: 5,
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg?_wi=2", imageAlt: "Professional presentation design templates"
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg", imageAlt: "Professional presentation design templates"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Automation Tools", name: "Workflow Automation Suite", price: "$79", rating: 5,
|
||||
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg?_wi=2", imageAlt: "Business workflow automation platform"
|
||||
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg", imageAlt: "Business workflow automation platform"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -110,6 +110,9 @@ export default function LandingPage() {
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechVentures", "CreativeStudio", "BusinessHub", "EntrepreneurNet", "FreelanceFlow", "ContentKing", "AIInnovate", "DigitalPro", "FutureWorks"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/blue-waves-modern-corporative-card_23-2147548840.jpg", "http://img.b2bpic.net/free-vector/monocolor-simple-diana-michael-photographer-logo_742173-11004.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148273853.jpg", "http://img.b2bpic.net/free-vector/flat-accounting-logo-template-collection_23-2148849727.jpg", "http://img.b2bpic.net/free-vector/abstract-logo-template_1156-705.jpg", "http://img.b2bpic.net/free-vector/linear-flat-laptop-logo-template_23-2149006655.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_52683-16075.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-237.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg"
|
||||
]}
|
||||
@@ -132,10 +135,10 @@ export default function LandingPage() {
|
||||
title: "Instant Access & Delivery", description: "Download templates, tools, and resources instantly after purchase with automated digital delivery. No waiting, no complications—start building immediately.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/funeral-services-horizontal-banners-set_98292-7319.jpg?_wi=1", imageAlt: "Instant download and access illustration"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/funeral-services-horizontal-banners-set_98292-7319.jpg", imageAlt: "Instant download and access illustration"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-media-kit-template-design_23-2149821827.jpg?_wi=1", imageAlt: "Quality assurance badge"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-media-kit-template-design_23-2149821827.jpg", imageAlt: "Quality assurance badge"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -143,10 +146,10 @@ export default function LandingPage() {
|
||||
title: "Professional-Grade Quality", description: "Every template, tool, and resource is vetted by professionals and battle-tested in real-world workflows. No bloat, no guesswork—pure quality.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-media-kit-template-design_23-2149821827.jpg?_wi=2", imageAlt: "Professional quality standards"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-media-kit-template-design_23-2149821827.jpg", imageAlt: "Professional quality standards"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/funeral-services-horizontal-banners-set_98292-7319.jpg?_wi=2", imageAlt: "Quality delivery process"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/funeral-services-horizontal-banners-set_98292-7319.jpg", imageAlt: "Quality delivery process"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -154,10 +157,10 @@ export default function LandingPage() {
|
||||
title: "Frictionless Checkout", description: "Simple, transparent pricing with zero hidden fees. One-click purchase, instant access, and lifetime use rights for all digital products.", icon: ShoppingCart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg?_wi=3", imageAlt: "Checkout process interface"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg", imageAlt: "Checkout process interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg?_wi=3", imageAlt: "Payment confirmation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg", imageAlt: "Payment confirmation"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -165,10 +168,10 @@ export default function LandingPage() {
|
||||
title: "Curated for Your Workflow", description: "Browse by role (freelancer, creator, entrepreneur) or use case. Collections built with your specific workflow in mind—not generic, one-size-fits-all solutions.", icon: Layers,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg?_wi=2", imageAlt: "Curated collections interface"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg", imageAlt: "Curated collections interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-different-corporation-stickers_52683-60189.jpg?_wi=2", imageAlt: "Workflow organization"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-different-corporation-stickers_52683-60189.jpg", imageAlt: "Workflow organization"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -186,22 +189,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen, Freelance Designer", date: "Date: December 2024", title: "Saved 15+ hours per month", quote: "Digital Zameen's template collection cut my design time in half. I'm now taking on 3 more clients monthly. The quality is exceptional and everything just works.", tag: "Designer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg?_wi=4", imageAlt: "Design template showcase"
|
||||
id: "1", name: "Sarah Chen, Freelance Designer", date: "Date: December 2024", title: "Saved 15+ hours per month", quote: "Digital Zameen's template collection cut my design time in half. I'm now taking on 3 more clients monthly. The quality is exceptional and everything just works.", tag: "Designer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg", imageAlt: "Design template showcase"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez, Content Creator", date: "Date: December 2024", title: "Finally stopped reinventing the wheel", quote: "The social media asset packs are incredible. I used to waste 8 hours weekly on design work. Now I focus on what I do best—creating content that resonates.", tag: "Creator", avatarSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", avatarAlt: "Marcus Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg?_wi=4", imageAlt: "Content creation tools"
|
||||
id: "2", name: "Marcus Rodriguez, Content Creator", date: "Date: December 2024", title: "Finally stopped reinventing the wheel", quote: "The social media asset packs are incredible. I used to waste 8 hours weekly on design work. Now I focus on what I do best—creating content that resonates.", tag: "Creator", avatarSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", avatarAlt: "Marcus Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg", imageAlt: "Content creation tools"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Kim, Early-Stage Founder", date: "Date: November 2024", title: "Accelerated our launch by 3 weeks", quote: "We used the startup launch checklist and business templates to get product-ready in half the time. Digital Zameen is like having a business consultant in your pocket.", tag: "Founder", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Jessica Kim", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg?_wi=3", imageAlt: "Business planning tools"
|
||||
id: "3", name: "Jessica Kim, Early-Stage Founder", date: "Date: November 2024", title: "Accelerated our launch by 3 weeks", quote: "We used the startup launch checklist and business templates to get product-ready in half the time. Digital Zameen is like having a business consultant in your pocket.", tag: "Founder", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Jessica Kim", imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg", imageAlt: "Business planning tools"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Okafor, Automation Specialist", date: "Date: November 2024", title: "Premium workflows at a fraction of cost", quote: "The AI tools and automation templates pay for themselves after the first project. Quality is production-ready—no tweaking required.", tag: "Specialist", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-male-executive-with-glasses_1098-731.jpg", avatarAlt: "David Okafor", imageSrc: "http://img.b2bpic.net/free-vector/collection-different-corporation-stickers_52683-60189.jpg?_wi=3", imageAlt: "Automation tools"
|
||||
id: "4", name: "David Okafor, Automation Specialist", date: "Date: November 2024", title: "Premium workflows at a fraction of cost", quote: "The AI tools and automation templates pay for themselves after the first project. Quality is production-ready—no tweaking required.", tag: "Specialist", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-male-executive-with-glasses_1098-731.jpg", avatarAlt: "David Okafor", imageSrc: "http://img.b2bpic.net/free-vector/collection-different-corporation-stickers_52683-60189.jpg", imageAlt: "Automation tools"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Elena Vasquez, Freelance Developer", date: "Date: October 2024", title: "Professionalism without the overhead", quote: "I now deliver projects faster and with better quality. My clients think I have a whole team behind me. Digital Zameen changed my business.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-pen_1098-2049.jpg", avatarAlt: "Elena Vasquez", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg?_wi=5", imageAlt: "Development resources"
|
||||
id: "5", name: "Elena Vasquez, Freelance Developer", date: "Date: October 2024", title: "Professionalism without the overhead", quote: "I now deliver projects faster and with better quality. My clients think I have a whole team behind me. Digital Zameen changed my business.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-pen_1098-2049.jpg", avatarAlt: "Elena Vasquez", imageSrc: "http://img.b2bpic.net/free-psd/template-landing-page-website-shoes_145275-347.jpg", imageAlt: "Development resources"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Rajesh Patel, Entrepreneur", date: "Date: October 2024", title: "Perfect for lean operations", quote: "As a bootstrapped founder, every dollar counts. Digital Zameen gave me access to resources that would've cost 10x more elsewhere.", tag: "Founder", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg?_wi=5", imageAlt: "Business resources"
|
||||
id: "6", name: "Rajesh Patel, Entrepreneur", date: "Date: October 2024", title: "Perfect for lean operations", quote: "As a bootstrapped founder, every dollar counts. Digital Zameen gave me access to resources that would've cost 10x more elsewhere.", tag: "Founder", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/diverse-building-contractors-associates-checks-solar-power-systems_482257-125953.jpg", imageAlt: "Business resources"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user