Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-02-25 03:08:36 +00:00

View File

@@ -107,19 +107,19 @@ export default function LandingPage() {
plans={[
{
id: "spark", badge: "Starter", badgeIcon: Sparkles,
price: "$1,500/mo", subtitle: "The Spark - Digital Identity", features: [
price: "$1,500/mo", subtitle: "The Spark - Optimized for Lead Generation", features: [
"3 Posts/Week", "SEO Optimization", "Basic Analytics", "Email Support"
]
},
{
id: "orbit", badge: "Popular", badgeIcon: Sparkles,
price: "$3,500/mo", subtitle: "The Orbit - Full-Funnel Growth", features: [
price: "$3,500/mo", subtitle: "The Orbit - Built for Revenue Growth", features: [
"Paid Ads Management", "Email Campaigns", "Content Calendar", "Monthly Reports", "Priority Support"
]
},
{
id: "supernova", badge: "Enterprise", badgeIcon: Star,
price: "Custom", subtitle: "The Supernova - Total Dominance", features: [
price: "Custom", subtitle: "The Supernova - Designed for Market Dominance", features: [
"All-In Strategy", "PR Management", "Brand Development", "Dedicated Account Manager", "Real-Time Analytics", "Custom Solutions"
]
}
@@ -137,13 +137,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "launchpad", name: "The Launchpad", price: "Starting at $999", variant: "Landing Page · High-Converting", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=2", imageAlt: "Landing Page"
id: "launchpad", name: "The Launchpad", price: "Starting at $999", variant: "Landing Page · Optimized for Lead Conversion", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=2", imageAlt: "Landing Page"
},
{
id: "enterprise", name: "The Enterprise", price: "Starting at $2,950", variant: "Full Business Site · Up to 10 Pages", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=3", imageAlt: "Business Website"
id: "enterprise", name: "The Enterprise", price: "Starting at $2,950", variant: "Full Business Site · Engineered for Scale", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=3", imageAlt: "Business Website"
},
{
id: "command-center", name: "The Command Center", price: "Starting at $4,500", variant: "E-Commerce Store · Unlimited Products", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=4", imageAlt: "E-Commerce Platform"
id: "command-center", name: "The Command Center", price: "Starting at $4,500", variant: "E-Commerce Store · Built for Maximum Revenue", imageSrc: "https://img.b2bpic.net/free-photo/software-programming-web-development-concept_53876-176752.jpg?_wi=4", imageAlt: "E-Commerce Platform"
}
]}
/>