Update src/app/page.tsx
This commit is contained in:
113
src/app/page.tsx
113
src/app/page.tsx
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
description="Stop losing customers to outdated tech. We deploy elite, high-speed websites and professional AI assistants for small businesses at prices that make sense."
|
||||
tag="Modern Equalizer"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/a-cutting-edge-web-dashboard-interface-w-1773185810548-c8b2ffb3.png"
|
||||
imageAlt="Elite digital dashboard interface"
|
||||
buttons={[
|
||||
@@ -64,7 +64,7 @@ export default function HomePage() {
|
||||
title="Why Revolution Digital Exists"
|
||||
description="Giant corporations have monopolized elite technology. We believe every small business deserves access to the same cutting-edge tools, premium performance, and intelligent automation—without the premium price tag. Speed. Cleanliness. Affordability. That's the revolution."
|
||||
tag="Our Edge"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/modern-illustration-of-a-small-business--1773185809119-e041a84e.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/modern-illustration-of-a-small-business--1773185809119-e041a84e.png"
|
||||
imageAlt="Small business owner using advanced technology"
|
||||
buttons={[{ text: "Join the Revolution", href: "pricing" }]}
|
||||
useInvertedBackground={true}
|
||||
@@ -76,25 +76,19 @@ export default function HomePage() {
|
||||
title="Built on Three Pillars"
|
||||
description="We focus on what matters: delivering elite performance without the enterprise overhead."
|
||||
tag="Core Values"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/performance-metrics-visualization-showin-1773185808806-7f04d2bc.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/performance-metrics-visualization-showin-1773185808806-7f04d2bc.png"
|
||||
imageAlt="Performance metrics visualization"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "⚡ Lightning-Fast Performance",
|
||||
content: "Ultra-clean, optimized code. Zero bloat. Your site loads in milliseconds. Mobile, desktop, worldwide—consistent speed across every device and connection."
|
||||
id: "1", title: "⚡ Lightning-Fast Performance", content: "Ultra-clean, optimized code. Zero bloat. Your site loads in milliseconds. Mobile, desktop, worldwide—consistent speed across every device and connection."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "🎨 Obsidian Clean Design",
|
||||
content: "Dark-mode elite aesthetic. Professional, cinematic, futuristic. Every pixel purposeful. Zero clutter. We don't build beautiful sites—we build conversion machines that happen to look stunning."
|
||||
id: "2", title: "🎨 Obsidian Clean Design", content: "Dark-mode elite aesthetic. Professional, cinematic, futuristic. Every pixel purposeful. Zero clutter. We don't build beautiful sites—we build conversion machines that happen to look stunning."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "💰 Ruthlessly Affordable",
|
||||
content: "Enterprise-grade features. Small-business pricing. No hidden fees. No long-term contracts. You get premium AI assistants, advanced analytics, and priority support at a fraction of what competitors charge."
|
||||
id: "3", title: "💰 Ruthlessly Affordable", content: "Enterprise-grade features. Small-business pricing. No hidden fees. No long-term contracts. You get premium AI assistants, advanced analytics, and priority support at a fraction of what competitors charge."
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "See Pricing", href: "pricing" }]}
|
||||
@@ -109,51 +103,21 @@ export default function HomePage() {
|
||||
tag="Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "soldier",
|
||||
badge: "THE SOLDIER",
|
||||
badgeIcon: Shield,
|
||||
price: "$2,999",
|
||||
subtitle: "Perfect Professional Presence",
|
||||
features: [
|
||||
"Ultra-clean landing page",
|
||||
"Mobile-responsive design",
|
||||
"Lightning-fast load speeds",
|
||||
"Essential contact integration",
|
||||
"Monthly performance audit",
|
||||
"1 month free support"
|
||||
id: "soldier", badge: "THE SOLDIER", badgeIcon: Shield,
|
||||
price: "$2,999", subtitle: "Perfect Professional Presence", features: [
|
||||
"Ultra-clean landing page", "Mobile-responsive design", "Lightning-fast load speeds", "Essential contact integration", "Monthly performance audit", "1 month free support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "militia",
|
||||
badge: "THE MILITIA",
|
||||
badgeIcon: Zap,
|
||||
price: "$6,999",
|
||||
subtitle: "Strategic Business Command",
|
||||
features: [
|
||||
"Multi-page custom website",
|
||||
"Advanced branding system",
|
||||
"Enhanced lead-capture forms",
|
||||
"Monthly performance tuning",
|
||||
"Analytics dashboard",
|
||||
"3 months premium support",
|
||||
"AI-ready infrastructure"
|
||||
id: "militia", badge: "THE MILITIA", badgeIcon: Zap,
|
||||
price: "$6,999", subtitle: "Strategic Business Command", features: [
|
||||
"Multi-page custom website", "Advanced branding system", "Enhanced lead-capture forms", "Monthly performance tuning", "Analytics dashboard", "3 months premium support", "AI-ready infrastructure"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "army",
|
||||
badge: "THE ARMY",
|
||||
badgeIcon: Shield,
|
||||
price: "$12,999",
|
||||
subtitle: "Total Business Dominance",
|
||||
features: [
|
||||
"UNLIMITED custom pages",
|
||||
"Enterprise branding suite",
|
||||
"Advanced CRM integration",
|
||||
"Priority 24/7 support",
|
||||
"Custom AI Assistant (Chatbot)",
|
||||
"Lead qualification automation",
|
||||
"Monthly strategy sessions",
|
||||
"Quarterly performance reviews"
|
||||
id: "army", badge: "THE ARMY", badgeIcon: Shield,
|
||||
price: "$12,999", subtitle: "Total Business Dominance", features: [
|
||||
"UNLIMITED custom pages", "Enterprise branding suite", "Advanced CRM integration", "Priority 24/7 support", "Custom AI Assistant (Chatbot)", "Lead qualification automation", "Monthly strategy sessions", "Quarterly performance reviews"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -172,40 +136,20 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarahchen_ventures",
|
||||
testimonial: "Revolution Digital transformed our online presence in 30 days. The speed alone converted 40% more leads. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-a-confident-sma-1773185808192-f72e35f9.png",
|
||||
imageAlt: "Professional headshot of a confident small business owner"
|
||||
id: "1", name: "Sarah Chen", handle: "@sarahchen_ventures", testimonial: "Revolution Digital transformed our online presence in 30 days. The speed alone converted 40% more leads. Worth every penny.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-a-confident-sma-1773185808192-f72e35f9.png", imageAlt: "Professional headshot of a confident small business owner"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
handle: "@marcus_marketing",
|
||||
testimonial: "Finally got the AI chatbot I've always wanted without enterprise pricing. Our support team went from overwhelmed to empowered.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-another-busines-1773185808203-2ef15803.png",
|
||||
imageAlt: "Professional headshot of another business professional"
|
||||
id: "2", name: "Marcus Johnson", handle: "@marcus_marketing", testimonial: "Finally got the AI chatbot I've always wanted without enterprise pricing. Our support team went from overwhelmed to empowered.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-another-busines-1773185808203-2ef15803.png", imageAlt: "Professional headshot of another business professional"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_startups",
|
||||
testimonial: "Their obsidian design aesthetic is pure class. Clients ask if we're a Fortune 500 company. The premium feel is undeniable.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-a-business-cons-1773185808292-a57a4c65.png",
|
||||
imageAlt: "Professional headshot of a business consultant"
|
||||
id: "3", name: "Elena Rodriguez", handle: "@elena_startups", testimonial: "Their obsidian design aesthetic is pure class. Clients ask if we're a Fortune 500 company. The premium feel is undeniable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-a-business-cons-1773185808292-a57a4c65.png", imageAlt: "Professional headshot of a business consultant"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park",
|
||||
handle: "@davidpark_tech",
|
||||
testimonial: "The team executed flawlessly. Clean code, responsive design, and their 24/7 support actually delivers. Revolutionary.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-a-tech-entrepre-1773185808901-8a40962d.png",
|
||||
imageAlt: "Professional headshot of a tech entrepreneur"
|
||||
id: "4", name: "David Park", handle: "@davidpark_tech", testimonial: "The team executed flawlessly. Clean code, responsive design, and their 24/7 support actually delivers. Revolutionary.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/professional-headshot-of-a-tech-entrepre-1773185808901-8a40962d.png", imageAlt: "Professional headshot of a tech entrepreneur"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -224,7 +168,7 @@ export default function HomePage() {
|
||||
{ text: "Schedule Your Consultation", href: "/contact" },
|
||||
{ text: "View Pricing", href: "pricing" }
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,8 +177,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "The Soldier", href: "pricing" },
|
||||
{ label: "The Militia", href: "pricing" },
|
||||
{ label: "The Army", href: "pricing" },
|
||||
@@ -242,8 +185,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -251,8 +193,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user