Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 21:50:51 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -54,7 +54,7 @@ export default function LandingPage() {
imageAlt="Digital marketplace dashboard showcasing product templates and AI tools"
mediaAnimation="slide-up"
imagePosition="right"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -93,7 +93,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Email Template Bundle - 50 Premium Templates", price: "$29", imageSrc: "http://img.b2bpic.net/free-vector/minimal-business-card-concept_23-2148453104.jpg?_wi=1", imageAlt: "Email template bundle professional collection"},
id: "1", name: "Email Template Bundle - 50 Premium Templates", price: "$29", imageSrc: "http://img.b2bpic.net/free-vector/minimal-business-card-concept_23-2148453104.jpg", imageAlt: "Email template bundle professional collection"},
{
id: "2", name: "Landing Page Template System - Conversion Optimized", price: "$49", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-facebook-template_23-2150208677.jpg", imageAlt: "Landing page template system professional"},
{
@@ -103,7 +103,7 @@ export default function LandingPage() {
{
id: "5", name: "AI Design Generator - 500 Credits Package", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", imageAlt: "AI design generator tool interface"},
{
id: "6", name: "Content Creator Toolkit - 30+ Templates", price: "$39", imageSrc: "http://img.b2bpic.net/free-vector/minimal-business-card-concept_23-2148453104.jpg?_wi=2", imageAlt: "Content creator toolkit templates"},
id: "6", name: "Content Creator Toolkit - 30+ Templates", price: "$39", imageSrc: "http://img.b2bpic.net/free-vector/minimal-business-card-concept_23-2148453104.jpg", imageAlt: "Content creator toolkit templates"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -123,20 +123,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "pay-as-you-go", tag: "Pay As You Go", price: "$19", period: "— per template", description: "Perfect for trying individual templates and tools.", button: { text: "Browse Products", href: "products" },
featuresTitle: "What's Included:", features: [
id: "pay-as-you-go", tag: "Pay As You Go", price: "$19", period: "— per template", description: "Perfect for trying individual templates and tools.", button: { text: "Browse Products", href: "products" }, featuresTitle: "What's Included:", features: [
"Instant download & access", "Lifetime license", "Commercial use allowed", "Free updates"],
},
{
id: "creator-monthly", tag: "Creator Monthly", tagIcon: Sparkles,
price: "$99", period: "/month", description: "Unlimited access to all templates and most tools. Perfect for growing creators.", button: { text: "Start Free Trial", href: "#contact" },
featuresTitle: "What's Included:", features: [
price: "$99", period: "/month", description: "Unlimited access to all templates and most tools. Perfect for growing creators.", button: { text: "Start Free Trial", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Unlimited template downloads", "All AI tools (limited credits)", "Priority support", "New assets every week", "Exclusive creator community"],
},
{
id: "agency-professional", tag: "Agency Professional", tagIcon: Sparkles,
price: "$299", period: "/month", description: "Full suite for agencies and teams. Scale without limits.", button: { text: "Schedule Demo", href: "#contact" },
featuresTitle: "What's Included:", features: [
price: "$299", period: "/month", description: "Full suite for agencies and teams. Scale without limits.", button: { text: "Schedule Demo", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Unlimited everything", "Team collaboration tools", "Custom integrations", "Dedicated account manager", "Commercial resale rights", "API access"],
},
]}