Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -10,7 +10,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Sparkles, Zap, Heart, DollarSign, Headphones, Shield, CheckCircle, Star, Crown, Users } from "lucide-react";
|
||||
import { Sparkles, Zap, Heart, DollarSign, Headphones, Shield, CheckCircle, Star, Crown, Users, CreditCard, HelpCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -131,6 +131,47 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the perfect plan for your business. All plans include our core features and 24/7 support."
|
||||
tag="Pricing"
|
||||
tagIcon={CreditCard}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$29/month", subtitle: "Perfect for small businesses", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "https://app.webild.io/signup?plan=starter"},
|
||||
],
|
||||
features: [
|
||||
"Up to 5 websites", "500+ templates", "Mobile responsive design", "SSL certificate included", "Email support", "Basic analytics", "1GB storage", "Webild branding"],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Recommended", badgeIcon: Sparkles,
|
||||
price: "$79/month", subtitle: "For growing businesses", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "https://app.webild.io/signup?plan=professional"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited websites", "All templates & custom designs", "Advanced e-commerce", "SSL certificate included", "Priority support", "Advanced analytics", "50GB storage", "Remove Webild branding", "Custom domain included"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Premium", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "For enterprises", buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
features: [
|
||||
"Everything in Professional", "Dedicated account manager", "Custom integrations", "API access", "Priority 24/7 phone support", "Unlimited storage", "Custom branding options", "Team collaboration tools", "Advanced security features"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
uniformGridCustomHeightClasses="min-h-[500px]"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Thousands of Businesses"
|
||||
|
||||
Reference in New Issue
Block a user