diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 68bccdc..e84deb2 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "Security", href: "/security" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "https://careers.webild.ai" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "https://docs.webild.ai" },
{ label: "API Reference", href: "https://api.webild.ai" },
{ label: "Community", href: "https://community.webild.ai" },
@@ -74,29 +71,18 @@ export default function AboutPage() {
@@ -106,53 +92,23 @@ export default function AboutPage() {
@@ -177,37 +131,19 @@ export default function AboutPage() {
diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
index 4998c3e..1f0f406 100644
--- a/src/app/features/page.tsx
+++ b/src/app/features/page.tsx
@@ -20,8 +20,7 @@ export default function FeaturesPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "/security" },
@@ -29,8 +28,7 @@ export default function FeaturesPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "https://careers.webild.ai" },
@@ -38,8 +36,7 @@ export default function FeaturesPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "https://docs.webild.ai" },
{ label: "API Reference", href: "https://api.webild.ai" },
{ label: "Community", href: "https://community.webild.ai" },
@@ -82,35 +79,15 @@ export default function FeaturesPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "AI Design Engine",
- description: "Our advanced AI analyzes design trends and creates stunning layouts automatically. Say goodbye to design decisions.",
- tag: "Smart Design",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-abstract-visualization-of-ai-design-g-1772981932986-fde365e1.png?_wi=2",
- imageAlt: "AI design generation interface",
- },
+ id: "1", title: "AI Design Engine", description: "Our advanced AI analyzes design trends and creates stunning layouts automatically. Say goodbye to design decisions.", tag: "Smart Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-abstract-visualization-of-ai-design-g-1772981932986-fde365e1.png", imageAlt: "AI design generation interface"},
{
- id: "2",
- title: "Instant Optimization",
- description: "Built-in SEO, performance, and accessibility optimization. Your site launches perfect from day one.",
- tag: "Smart SEO",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-performance-metrics-and-optimization-d-1772981933388-55f6026b.png?_wi=2",
- imageAlt: "Performance metrics dashboard",
- },
+ id: "2", title: "Instant Optimization", description: "Built-in SEO, performance, and accessibility optimization. Your site launches perfect from day one.", tag: "Smart SEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-performance-metrics-and-optimization-d-1772981933388-55f6026b.png", imageAlt: "Performance metrics dashboard"},
{
- id: "3",
- title: "Content Generation",
- description: "AI-powered copywriting that matches your brand voice. Never face a blank page again.",
- tag: "AI Content",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-ai-content-generation-interface-showi-1772981932847-75ae8b5b.png?_wi=2",
- imageAlt: "Content generation interface",
- },
+ id: "3", title: "Content Generation", description: "AI-powered copywriting that matches your brand voice. Never face a blank page again.", tag: "AI Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-ai-content-generation-interface-showi-1772981932847-75ae8b5b.png", imageAlt: "Content generation interface"},
]}
buttons={[
{
- text: "Back to Home",
- href: "/",
- },
+ text: "Back to Home", href: "/"},
]}
buttonAnimation="slide-up"
/>
@@ -129,38 +106,18 @@ export default function FeaturesPage() {
showRating={true}
testimonials={[
{
- id: "1",
- name: "Jessica Lee",
- handle: "@jessicadesigns",
- testimonial: "The AI design engine is incredible. It created layouts I never would have thought of, and they all convert better than my old site.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png?_wi=2",
- imageAlt: "Jessica Lee",
- },
+ id: "1", name: "Jessica Lee", handle: "@jessicadesigns", testimonial: "The AI design engine is incredible. It created layouts I never would have thought of, and they all convert better than my old site.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png", imageAlt: "Jessica Lee"},
{
- id: "2",
- name: "James Morrison",
- handle: "@jamesmorrison",
- testimonial: "I'm impressed by how the optimization features work. My site loads faster and ranks higher in Google without me lifting a finger.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png?_wi=2",
- imageAlt: "James Morrison",
- },
+ id: "2", name: "James Morrison", handle: "@jamesmorrison", testimonial: "I'm impressed by how the optimization features work. My site loads faster and ranks higher in Google without me lifting a finger.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png", imageAlt: "James Morrison"},
{
- id: "3",
- name: "Priya Patel",
- handle: "@priyapatel",
- testimonial: "The content generation tool saves me hours every week. It understands my brand voice perfectly and creates copy ready to publish.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png?_wi=2",
- imageAlt: "Priya Patel",
- },
+ id: "3", name: "Priya Patel", handle: "@priyapatel", testimonial: "The content generation tool saves me hours every week. It understands my brand voice perfectly and creates copy ready to publish.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png", imageAlt: "Priya Patel"},
]}
buttons={[
{
- text: "Start Building Today",
- href: "https://app.webild.ai/signup",
- },
+ text: "Start Building Today", href: "https://app.webild.ai/signup"},
]}
buttonAnimation="slide-up"
/>
@@ -170,17 +127,13 @@ export default function FeaturesPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7ec1fd7..1005cab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Security", href: "/security" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "https://careers.webild.ai" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "https://docs.webild.ai" },
{ label: "API Reference", href: "https://api.webild.ai" },
{ label: "Community", href: "https://community.webild.ai" },
@@ -86,40 +83,24 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
testimonials={[
{
- name: "Sarah Chen",
- handle: "CEO, TechVenture",
- testimonial: "Webild AI transformed how we build websites. What used to take weeks now takes hours!",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-confident-wom-1772981932236-ea97a6c9.png",
- },
+ name: "Sarah Chen", handle: "CEO, TechVenture", testimonial: "Webild AI transformed how we build websites. What used to take weeks now takes hours!", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-confident-wom-1772981932236-ea97a6c9.png"},
{
- name: "Michael Rodriguez",
- handle: "Designer, Creative Studio",
- testimonial: "The AI understands design principles better than most humans. Absolutely revolutionary.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-man--1772981934037-68727a50.png",
- },
+ name: "Michael Rodriguez", handle: "Designer, Creative Studio", testimonial: "The AI understands design principles better than most humans. Absolutely revolutionary.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-man--1772981934037-68727a50.png"},
{
- name: "Emma Watson",
- handle: "Founder, StartupXYZ",
- testimonial: "Finally, a website builder that doesn't require a learning curve. It just works.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981933082-4b5e8b3a.png",
- },
+ name: "Emma Watson", handle: "Founder, StartupXYZ", testimonial: "Finally, a website builder that doesn't require a learning curve. It just works.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981933082-4b5e8b3a.png"},
]}
buttons={[
{
- text: "Start Building Free",
- href: "https://app.webild.ai/signup",
- },
+ text: "Start Building Free", href: "https://app.webild.ai/signup"},
{
- text: "View Demo",
- href: "#features",
- },
+ text: "View Demo", href: "#features"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-modern-sleek-software-dashboard-interf-1772981933893-9d0eba53.png"
imageAlt="AI-powered website builder interface"
- mediaAnimation="slide-up"
+ mediaAnimation="smooth"
useInvertedBackground={false}
/>
@@ -137,59 +118,21 @@ export default function HomePage() {
useInvertedBackground={true}
features={[
{
- id: "1",
- title: "AI Design Engine",
- description: "Our advanced AI analyzes design trends and creates stunning layouts automatically. Say goodbye to design decisions.",
- tag: "Smart Design",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-abstract-visualization-of-ai-design-g-1772981932986-fde365e1.png?_wi=1",
- imageAlt: "AI design generation interface",
- },
+ id: "1", title: "AI Design Engine", description: "Our advanced AI analyzes design trends and creates stunning layouts automatically. Say goodbye to design decisions.", tag: "Smart Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-abstract-visualization-of-ai-design-g-1772981932986-fde365e1.png", imageAlt: "AI design generation interface"},
{
- id: "2",
- title: "Instant Optimization",
- description: "Built-in SEO, performance, and accessibility optimization. Your site launches perfect from day one.",
- tag: "Smart SEO",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-performance-metrics-and-optimization-d-1772981933388-55f6026b.png?_wi=1",
- imageAlt: "Performance metrics dashboard",
- },
+ id: "2", title: "Instant Optimization", description: "Built-in SEO, performance, and accessibility optimization. Your site launches perfect from day one.", tag: "Smart SEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-performance-metrics-and-optimization-d-1772981933388-55f6026b.png", imageAlt: "Performance metrics dashboard"},
{
- id: "3",
- title: "Content Generation",
- description: "AI-powered copywriting that matches your brand voice. Never face a blank page again.",
- tag: "AI Content",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-ai-content-generation-interface-showi-1772981932847-75ae8b5b.png?_wi=1",
- imageAlt: "Content generation interface",
- },
+ id: "3", title: "Content Generation", description: "AI-powered copywriting that matches your brand voice. Never face a blank page again.", tag: "AI Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/an-ai-content-generation-interface-showi-1772981932847-75ae8b5b.png", imageAlt: "Content generation interface"},
{
- id: "4",
- title: "Mobile Responsive",
- description: "Every website automatically adapts perfectly to all devices. One design, infinite possibilities.",
- tag: "Responsive",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/multiple-device-screens-showing-the-same-1772981934469-3fcea46f.png",
- imageAlt: "Mobile responsive preview",
- },
+ id: "4", title: "Mobile Responsive", description: "Every website automatically adapts perfectly to all devices. One design, infinite possibilities.", tag: "Responsive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/multiple-device-screens-showing-the-same-1772981934469-3fcea46f.png", imageAlt: "Mobile responsive preview"},
{
- id: "5",
- title: "Custom Domains",
- description: "Connect your own domain or use a free Webild domain. Go live in seconds.",
- tag: "Domain Setup",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-domain-registration-and-configuration--1772981934337-a642889a.png",
- imageAlt: "Domain configuration panel",
- },
+ id: "5", title: "Custom Domains", description: "Connect your own domain or use a free Webild domain. Go live in seconds.", tag: "Domain Setup", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-domain-registration-and-configuration--1772981934337-a642889a.png", imageAlt: "Domain configuration panel"},
{
- id: "6",
- title: "Analytics & Insights",
- description: "Comprehensive analytics to understand your visitors and optimize conversions.",
- tag: "Analytics",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-comprehensive-analytics-dashboard-with-1772981933709-1dcb92a0.png",
- imageAlt: "Analytics dashboard",
- },
+ id: "6", title: "Analytics & Insights", description: "Comprehensive analytics to understand your visitors and optimize conversions.", tag: "Analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-comprehensive-analytics-dashboard-with-1772981933709-1dcb92a0.png", imageAlt: "Analytics dashboard"},
]}
buttons={[
{
- text: "Explore All Features",
- href: "#",
- },
+ text: "Explore All Features", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -206,32 +149,14 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "TechCorp Global",
- "InnovateLab",
- "StartupVentures",
- "CreativeStudio",
- "DigitalFirst",
- "CloudSync",
- "DataInsights",
- "FutureForward",
- ]}
+ "TechCorp Global", "InnovateLab", "StartupVentures", "CreativeStudio", "DigitalFirst", "CloudSync", "DataInsights", "FutureForward"]}
logos={[
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-corporate-logo-for-techcorp-1772981933418-dc892e58.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/innovatelab-company-logo-innovative-rese-1772981933024-6d61ff47.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/startupventures-logo-design-young-energe-1772981932315-5e877dc9.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/creative-studio-company-logo-artistic-an-1772981932899-e32b8756.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/digitalfirst-company-logo-modern-digital-1772981932571-6a78fb1d.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/cloudsync-logo-cloud-computing-and-synch-1772981932927-47c032c3.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/datainsights-company-logo-data-analytics-1772981933924-87f2c1e0.png",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/futureforward-company-logo-forward-think-1772981932528-deafdd0b.png",
- ]}
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-corporate-logo-for-techcorp-1772981933418-dc892e58.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/innovatelab-company-logo-innovative-rese-1772981933024-6d61ff47.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/startupventures-logo-design-young-energe-1772981932315-5e877dc9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/creative-studio-company-logo-artistic-an-1772981932899-e32b8756.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/digitalfirst-company-logo-modern-digital-1772981932571-6a78fb1d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/cloudsync-logo-cloud-computing-and-synch-1772981932927-47c032c3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/datainsights-company-logo-data-analytics-1772981933924-87f2c1e0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/futureforward-company-logo-forward-think-1772981932528-deafdd0b.png"]}
speed={40}
showCard={true}
buttons={[
{
- text: "Join Thousands",
- href: "https://app.webild.ai/signup",
- },
+ text: "Join Thousands", href: "https://app.webild.ai/signup"},
]}
buttonAnimation="slide-up"
/>
@@ -250,58 +175,24 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
- id: "free",
- badge: "Perfect to Start",
- badgeIcon: Sparkles,
- price: "Free",
- subtitle: "For individuals and small projects",
- features: [
- "Create unlimited websites",
- "AI-powered design generation",
- "Mobile responsive layouts",
- "Free Webild domain",
- "Basic analytics",
- "Community support",
- ],
+ id: "free", badge: "Perfect to Start", badgeIcon: Sparkles,
+ price: "Free", subtitle: "For individuals and small projects", features: [
+ "Create unlimited websites", "AI-powered design generation", "Mobile responsive layouts", "Free Webild domain", "Basic analytics", "Community support"],
},
{
- id: "pro",
- badge: "Most Popular",
- badgeIcon: Zap,
- price: "$29/mo",
- subtitle: "For growing businesses",
- features: [
- "Everything in Free, plus:",
- "Custom domain support",
- "Advanced AI features",
- "Priority support",
- "Advanced analytics & SEO",
- "Form submissions",
- "API access",
- ],
+ id: "pro", badge: "Most Popular", badgeIcon: Zap,
+ price: "$29/mo", subtitle: "For growing businesses", features: [
+ "Everything in Free, plus:", "Custom domain support", "Advanced AI features", "Priority support", "Advanced analytics & SEO", "Form submissions", "API access"],
},
{
- id: "enterprise",
- badge: "For Teams",
- badgeIcon: Award,
- price: "Custom",
- subtitle: "For large organizations",
- features: [
- "Everything in Pro, plus:",
- "Dedicated account manager",
- "White-label options",
- "Advanced security",
- "Team collaboration tools",
- "Custom integrations",
- "99.9% uptime SLA",
- ],
+ id: "enterprise", badge: "For Teams", badgeIcon: Award,
+ price: "Custom", subtitle: "For large organizations", features: [
+ "Everything in Pro, plus:", "Dedicated account manager", "White-label options", "Advanced security", "Team collaboration tools", "Custom integrations", "99.9% uptime SLA"],
},
]}
buttons={[
{
- text: "Get Started",
- href: "https://app.webild.ai/signup",
- },
+ text: "Get Started", href: "https://app.webild.ai/signup"},
]}
buttonAnimation="slide-up"
/>
@@ -313,22 +204,15 @@ export default function HomePage() {
heading={[
{ type: "text", content: "Built for creators, powered by" },
{
- type: "image",
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-sophisticated-ai-technology-logo-featu-1772981934364-2d1fc567.png",
- alt: "Advanced AI Technology",
- },
+ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-sophisticated-ai-technology-logo-featu-1772981934364-2d1fc567.png", alt: "Advanced AI Technology"},
{ type: "text", content: "cutting-edge artificial intelligence" },
]}
useInvertedBackground={true}
buttons={[
{
- text: "Learn Our Story",
- href: "#",
- },
+ text: "Learn Our Story", href: "#"},
{
- text: "Join Our Team",
- href: "https://careers.webild.ai",
- },
+ text: "Join Our Team", href: "https://careers.webild.ai"},
]}
buttonAnimation="slide-up"
/>
@@ -348,59 +232,27 @@ export default function HomePage() {
showRating={true}
testimonials={[
{
- id: "1",
- name: "Jessica Lee",
- handle: "@jessicadesigns",
- testimonial: "I went from zero to a stunning portfolio website in 2 hours. The AI understood exactly what I wanted without me having to explain every detail. This is the future of web design.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png?_wi=1",
- },
+ id: "1", name: "Jessica Lee", handle: "@jessicadesigns", testimonial: "I went from zero to a stunning portfolio website in 2 hours. The AI understood exactly what I wanted without me having to explain every detail. This is the future of web design.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-creative-desi-1772981934851-3e3b6b66.png"},
{
- id: "2",
- name: "James Morrison",
- handle: "@jamesmorrison",
- testimonial: "As a non-technical founder, I was intimidated by building a website. Webild AI made it so intuitive. My website looks professional and converts beautifully.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png?_wi=1",
- },
+ id: "2", name: "James Morrison", handle: "@jamesmorrison", testimonial: "As a non-technical founder, I was intimidated by building a website. Webild AI made it so intuitive. My website looks professional and converts beautifully.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-male-entrepre-1772981932915-b44dc89b.png"},
{
- id: "3",
- name: "Priya Patel",
- handle: "@priyapatel",
- testimonial: "The SEO optimization built right into the builder is insane. Our organic traffic increased 300% within the first month, and we didn't hire any SEO specialist.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png?_wi=1",
- },
+ id: "3", name: "Priya Patel", handle: "@priyapatel", testimonial: "The SEO optimization built right into the builder is insane. Our organic traffic increased 300% within the first month, and we didn't hire any SEO specialist.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-accomplished-1772981932594-767b1b1d.png"},
{
- id: "4",
- name: "David Chen",
- handle: "@davidchen",
- testimonial: "Best investment for my startup. Webild AI saved us thousands in design and development costs, and launched us months ahead of schedule.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-asian-male-e-1772981933551-9be58303.png?_wi=1",
- },
+ id: "4", name: "David Chen", handle: "@davidchen", testimonial: "Best investment for my startup. Webild AI saved us thousands in design and development costs, and launched us months ahead of schedule.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-asian-male-e-1772981933551-9be58303.png"},
{
- id: "5",
- name: "Sofia Rodriguez",
- handle: "@sofiar",
- testimonial: "The AI content generator produces copy that actually sounds like my brand. I make minor tweaks and it's publication-ready. Incredible time saver.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-latina-woman--1772981933203-43c145de.png?_wi=1",
- },
+ id: "5", name: "Sofia Rodriguez", handle: "@sofiar", testimonial: "The AI content generator produces copy that actually sounds like my brand. I make minor tweaks and it's publication-ready. Incredible time saver.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-a-latina-woman--1772981933203-43c145de.png"},
{
- id: "6",
- name: "Marcus Thompson",
- handle: "@marcusthompson",
- testimonial: "Customer support is amazing. But honestly, I rarely need it because the platform is so intuitive. It just works. Highly recommend to anyone building a website.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-african-amer-1772981932374-1148df8e.png?_wi=1",
- },
+ id: "6", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: "Customer support is amazing. But honestly, I rarely need it because the platform is so intuitive. It just works. Highly recommend to anyone building a website.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/professional-headshot-of-an-african-amer-1772981932374-1148df8e.png"},
]}
buttons={[
{
- text: "Start Your Journey",
- href: "https://app.webild.ai/signup",
- },
+ text: "Start Your Journey", href: "https://app.webild.ai/signup"},
]}
buttonAnimation="slide-up"
/>
@@ -411,43 +263,25 @@ export default function HomePage() {
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 739c5e1..17710fe 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -19,8 +19,7 @@ export default function PricingPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "Security", href: "/security" },
@@ -28,8 +27,7 @@ export default function PricingPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "https://careers.webild.ai" },
@@ -37,8 +35,7 @@ export default function PricingPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "https://docs.webild.ai" },
{ label: "API Reference", href: "https://api.webild.ai" },
{ label: "Community", href: "https://community.webild.ai" },
@@ -73,51 +70,19 @@ export default function PricingPage() {
@@ -142,17 +105,13 @@ export default function PricingPage() {