Update src/app/page.tsx
This commit is contained in:
@@ -39,7 +39,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Build Bold. Grow Confidently."
|
||||
description="X BUSINESS helps ambitious entrepreneurs turn ideas into thriving businesses."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Entrepreneurs Supported" },
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
@@ -76,25 +76,17 @@ export default function HomePage() {
|
||||
description="Comprehensive support designed to help you build bold and grow confidently"
|
||||
features={[
|
||||
{
|
||||
title: "Business Guidance",
|
||||
description: "Expert mentorship and strategic advice tailored to your unique journey",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Business Guidance", description: "Expert mentorship and strategic advice tailored to your unique journey", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Lightbulb, label: "Strategic Planning", value: "1-on-1" },
|
||||
{ icon: Target, label: "Goal Setting", value: "Structured" },
|
||||
{ icon: Zap, label: "Quick Wins", value: "Accelerated" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Strategic Growth Support",
|
||||
description: "Data-driven strategies to scale your business effectively",
|
||||
bentoComponent: "animated-bar-chart"
|
||||
title: "Strategic Growth Support", description: "Data-driven strategies to scale your business effectively", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Community & Mentorship",
|
||||
description: "Connect with like-minded entrepreneurs in a supportive network",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Heart,
|
||||
title: "Community & Mentorship", description: "Connect with like-minded entrepreneurs in a supportive network", bentoComponent: "orbiting-icons", centerIcon: Heart,
|
||||
items: [
|
||||
{ icon: Users, ring: 1 },
|
||||
{ icon: Award, ring: 1 },
|
||||
@@ -115,11 +107,7 @@ export default function HomePage() {
|
||||
description="Hear directly from our community members"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Wyoming Entrepreneur",
|
||||
role: "Business Owner",
|
||||
company: "Wyoming Women's Business Center",
|
||||
rating: 5,
|
||||
id: "1", name: "Wyoming Entrepreneur", role: "Business Owner", company: "Wyoming Women's Business Center", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg"
|
||||
}
|
||||
]}
|
||||
@@ -140,12 +128,8 @@ export default function HomePage() {
|
||||
description="Join hundreds of entrepreneurs who are building bold and growing confidently with X BUSINESS"
|
||||
features={[
|
||||
{
|
||||
title: "Start Your Journey Today",
|
||||
description: "Take the first step toward your entrepreneurial success",
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Zap,
|
||||
variant: "text",
|
||||
texts: ["Dream Big", "Build Bold", "Grow Confidently", "Succeed Together"]
|
||||
title: "Start Your Journey Today", description: "Take the first step toward your entrepreneurial success", bentoComponent: "marquee", centerIcon: Zap,
|
||||
variant: "text", texts: ["Dream Big", "Build Bold", "Grow Confidently", "Succeed Together"]
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -162,24 +146,21 @@ export default function HomePage() {
|
||||
logoText="X BUSINESS"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Guidance", href: "#services" },
|
||||
{ label: "Community", href: "#services" },
|
||||
{ label: "Reviews", href: "/reviews" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Code of Conduct", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user