Merge version_1_1781415908287 into main #1

Merged
bender merged 2 commits from version_1_1781415908287 into main 2026-06-14 05:46:50 +00:00

View File

@@ -11,252 +11,124 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplit
tag="Trusted by 10,000+ Entrepreneurs"
title="Streamline Your Business Growth"
description="Tools, insights, and automation tailored for entrepreneurs to help you scale efficiently and predictably."
primaryButton={{
text: "Start Free Trial",
href: "#contact",
}}
secondaryButton={{
text: "See How It Works",
href: "#features",
}}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"
/>
</SectionErrorBoundary>
</div>
tag="Trusted by 10,000+ Entrepreneurs"
title="Streamline Your Business Growth"
description="Tools, insights, and automation tailored for entrepreneurs to help you scale efficiently and predictably."
primaryButton={{ text: "Start Free Trial", href: "#contact" }}
secondaryButton={{ text: "See How It Works", href: "#features" }}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesMediaCards
tag="Key Benefits"
title="Scale Your Business Faster"
description="Powerful features designed to optimize every aspect of your professional workflow."
items={[
{
title: "Save Time",
description: "Automate routine tasks and focus on high-impact strategic decisions.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-with-pencil-put-marks-calendar_107791-15908.jpg",
},
{
title: "Increase Revenue",
description: "Leverage data-driven insights to uncover new opportunities for growth.",
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-right-side-with-white-background_187299-39802.jpg",
},
{
title: "Scale Smart",
description: "Robust systems that grow with you, ensuring reliability at any size.",
imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Key Benefits"
title="Scale Your Business Faster"
description="Powerful features designed to optimize every aspect of your professional workflow."
items={[
{
title: "Save Time", description: "Automate routine tasks and focus on high-impact strategic decisions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-with-pencil-put-marks-calendar_107791-15908.jpg"
},
{
title: "Increase Revenue", description: "Leverage data-driven insights to uncover new opportunities for growth.", imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-right-side-with-white-background_187299-39802.jpg"
},
{
title: "Scale Smart", description: "Robust systems that grow with you, ensuring reliability at any size.", imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg"
}
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialMarqueeOverlayCards
tag="What Leaders Say"
title="Trusted by Industry Professionals"
description="Hear how businesses around the globe have optimized their path to scale."
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "CEO",
company: "TechScale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
},
{
id: "2",
name: "James Chen",
role: "CTO",
company: "Innovate Ltd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
},
{
id: "3",
name: "Elena Rodriguez",
role: "COO",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
},
{
id: "4",
name: "David Smith",
role: "Founder",
company: "Upwards",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-employee-talking-with-remote-friend-videocall_482257-77679.jpg",
},
{
id: "5",
name: "Karen Park",
role: "Director",
company: "Global Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="What Leaders Say"
title="Trusted by Industry Professionals"
description="Hear how businesses around the globe have optimized their path to scale."
testimonials={[
{ name: "Sarah Miller", role: "CEO", company: "TechScale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" },
{ name: "James Chen", role: "CTO", company: "Innovate Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" },
{ name: "Elena Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg" },
{ name: "David Smith", role: "Founder", company: "Upwards", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-employee-talking-with-remote-friend-videocall_482257-77679.jpg" },
{ name: "Karen Park", role: "Director", company: "Global Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="Performance Data"
title="Results You Can Trust"
description="We measure our success by the growth of your business."
metrics={[
{
value: "45%",
title: "Efficiency Gain",
features: [
"Automated workflows",
"Reduced manual data entry",
"Faster task completion",
],
},
{
value: "2.5x",
title: "Revenue Growth",
features: [
"Data-driven analytics",
"Optimized sales funnel",
"Better conversion rates",
],
},
{
value: "99.9%",
title: "Uptime Reliability",
features: [
"Cloud-native scaling",
"Enterprise security",
"Consistent performance",
],
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Performance Data"
title="Results You Can Trust"
description="We measure our success by the growth of your business."
metrics={[
{ value: "45%", title: "Efficiency Gain", features: ["Automated workflows", "Reduced manual data entry", "Faster task completion"] },
{ value: "2.5x", title: "Revenue Growth", features: ["Data-driven analytics", "Optimized sales funnel", "Better conversion rates"] },
{ value: "99.9%", title: "Uptime Reliability", features: ["Cloud-native scaling", "Enterprise security", "Consistent performance"] }
]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Our Mission"
title="Empowering Every Entrepreneur"
description="We believe that every business owner deserves access to high-level automation and intelligence, regardless of their size."
primaryButton={{
text: "Join Our Community",
href: "#",
}}
imageSrc="http://img.b2bpic.net/free-photo/business-growth-graph_53876-163233.jpg"
/>
</SectionErrorBoundary>
</div>
tag="Our Mission"
title="Empowering Every Entrepreneur"
description="We believe that every business owner deserves access to high-level automation and intelligence, regardless of their size."
primaryButton={{ text: "Join Our Community", href: "#" }}
imageSrc="http://img.b2bpic.net/free-photo/business-growth-graph_53876-163233.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSimple
tag="Common Questions"
title="Everything You Need to Know"
description="Quick answers to help you get started with the platform today."
items={[
{
question: "Can I upgrade my plan later?",
answer: "Yes, our plans are flexible. You can scale your subscription as your business needs grow.",
},
{
question: "Is there a free trial available?",
answer: "Yes, we offer a 14-day free trial so you can experience the platform's benefits risk-free.",
},
{
question: "Does it integrate with other tools?",
answer: "Absolutely. We offer seamless integrations with popular CRM, accounting, and communication software.",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Common Questions"
title="Everything You Need to Know"
description="Quick answers to help you get started with the platform today."
items={[
{ question: "Can I upgrade my plan later?", answer: "Yes, our plans are flexible. You can scale your subscription as your business needs grow." },
{ question: "Is there a free trial available?", answer: "Yes, we offer a 14-day free trial so you can experience the platform's benefits risk-free." },
{ question: "Does it integrate with other tools?", answer: "Absolutely. We offer seamless integrations with popular CRM, accounting, and communication software." }
]}
/>
</SectionErrorBoundary>
</div>
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingCenteredCards
tag="Simple Pricing"
title="Transparent Plans for Every Stage"
description="Whether you are a solo founder or leading a team, we have the right fit."
plans={[
{
tag: "Starter",
price: "$49",
description: "Perfect for solo entrepreneurs starting their journey.",
features: [
"Core automation tools",
"Basic analytics",
"Email support",
],
primaryButton: {
text: "Start Basic",
href: "#contact",
},
},
{
tag: "Pro",
price: "$129",
description: "Designed for growing teams requiring advanced insights.",
features: [
"Advanced automation",
"Deep analytics reporting",
"Priority 24/7 support",
],
primaryButton: {
text: "Start Pro",
href: "#contact",
},
},
{
tag: "Enterprise",
price: "Custom",
description: "Tailored solutions for large-scale operations.",
features: [
"Everything in Pro",
"Dedicated account manager",
"SLA & SSO access",
],
primaryButton: {
text: "Contact Sales",
href: "#contact",
},
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Simple Pricing"
title="Transparent Plans for Every Stage"
description="Whether you are a solo founder or leading a team, we have the right fit."
plans={[
{ tag: "Starter", price: "$49", description: "Perfect for solo entrepreneurs starting their journey.", features: ["Core automation tools", "Basic analytics", "Email support"], primaryButton: { text: "Start Basic", href: "#contact" } },
{ tag: "Pro", price: "$129", description: "Designed for growing teams requiring advanced insights.", features: ["Advanced automation", "Deep analytics reporting", "Priority 24/7 support"], primaryButton: { text: "Start Pro", href: "#contact" } },
{ tag: "Enterprise", price: "Custom", description: "Tailored solutions for large-scale operations.", features: ["Everything in Pro", "Dedicated account manager", "SLA & SSO access"], primaryButton: { text: "Contact Sales", href: "#contact" } }
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get Started"
text="Ready to streamline your business growth? Sign up today and see the results for yourself."
primaryButton={{
text: "Start Free Trial",
href: "#",
}}
secondaryButton={{
text: "Speak to Sales",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
tag="Get Started"
text="Ready to streamline your business growth? Sign up today and see the results for yourself."
primaryButton={{ text: "Start Free Trial", href: "#" }}
secondaryButton={{ text: "Speak to Sales", href: "#" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}