Update src/app/page.tsx
This commit is contained in:
298
src/app/page.tsx
298
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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does the AI create my website?",
|
||||
content:
|
||||
"Our AI analyzes your business description, industry, and goals, then generates a custom website design with content. It learns from thousands of high-performing websites to create something optimized for your specific needs. You can then customize any element to match your vision perfectly.",
|
||||
},
|
||||
id: "1", title: "How does the AI create my website?", content:
|
||||
"Our AI analyzes your business description, industry, and goals, then generates a custom website design with content. It learns from thousands of high-performing websites to create something optimized for your specific needs. You can then customize any element to match your vision perfectly."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need any coding experience?",
|
||||
content:
|
||||
"Not at all! Webild AI is designed for everyone. Whether you're a complete beginner or a seasoned designer, you can create professional websites without writing a single line of code. Our drag-and-drop interface makes customization effortless.",
|
||||
},
|
||||
id: "2", title: "Do I need any coding experience?", content:
|
||||
"Not at all! Webild AI is designed for everyone. Whether you're a complete beginner or a seasoned designer, you can create professional websites without writing a single line of code. Our drag-and-drop interface makes customization effortless."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I use my own domain?",
|
||||
content:
|
||||
"Yes! You can connect any custom domain you own, or we provide free Webild domains for all users. Domain setup is automatic and takes just a few clicks.",
|
||||
},
|
||||
id: "3", title: "Can I use my own domain?", content:
|
||||
"Yes! You can connect any custom domain you own, or we provide free Webild domains for all users. Domain setup is automatic and takes just a few clicks."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How much does it cost?",
|
||||
content:
|
||||
"Webild AI is completely free to start. You get unlimited website creation, AI design generation, and hosting on a free domain. Premium plans starting at $29/month add custom domains, advanced features, and priority support.",
|
||||
},
|
||||
id: "4", title: "How much does it cost?", content:
|
||||
"Webild AI is completely free to start. You get unlimited website creation, AI design generation, and hosting on a free domain. Premium plans starting at $29/month add custom domains, advanced features, and priority support."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is my website mobile responsive?",
|
||||
content:
|
||||
"Every website created with Webild AI is automatically mobile responsive. Your site will look perfect on phones, tablets, and desktops without any extra effort from you.",
|
||||
},
|
||||
id: "5", title: "Is my website mobile responsive?", content:
|
||||
"Every website created with Webild AI is automatically mobile responsive. Your site will look perfect on phones, tablets, and desktops without any extra effort from you."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I export or migrate my website?",
|
||||
content:
|
||||
"Yes! You have full ownership of your website. You can export your site's code or migrate to another platform anytime. We want you to stay with us because you love the product, not because you're locked in.",
|
||||
},
|
||||
id: "6", title: "Can I export or migrate my website?", content:
|
||||
"Yes! You have full ownership of your website. You can export your site's code or migrate to another platform anytime. We want you to stay with us because you love the product, not because you're locked in."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-helpful-faq-support-interface-showing--1772981933998-25be40a1.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRtVrb6p6jDs9qDeIQpSqARGz/a-helpful-faq-support-interface-showing--1772981933998-25be40a1.png"
|
||||
imageAlt="FAQ Help Section"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about Webild AI and how it works"
|
||||
@@ -455,7 +289,7 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -471,13 +305,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Free Website",
|
||||
href: "https://app.webild.ai/signup",
|
||||
},
|
||||
text: "Create Free Website", href: "https://app.webild.ai/signup"},
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "https://calendly.com/webild-demo",
|
||||
},
|
||||
text: "Schedule Demo", href: "https://calendly.com/webild-demo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user