Update src/app/pricing/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<PricingCardOne
|
||||
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"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -130,9 +95,7 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "https://app.webild.ai/signup",
|
||||
},
|
||||
text: "Get Started", href: "https://app.webild.ai/signup"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,17 +105,13 @@ export default function PricingPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your web presence? Start building your free website powered by the world's strongest AI today. No credit card required."
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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