Merge version_3 into main #3
@@ -11,7 +11,7 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Globe, Eye, TrendingUp, DollarSign, Zap, Search, Users, CheckCircle2, Sparkles, Heart, Rocket, House, BarChart3, Settings, CheckCircle, Mail } from "lucide-react";
|
||||
import { Globe, Eye, TrendingUp, DollarSign, Zap, Search, Users, CheckCircle2, Sparkles, Heart, Rocket, House, BarChart3, Settings, CheckCircle, Mail, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -210,6 +210,15 @@ export default function LandingPage() {
|
||||
features: [
|
||||
"Full website", "Photo gallery", "SEO optimized", "Google ready", "Everything a growing business needs", "Free domain setup"],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "$1,499+", name: "Enterprise", buttons: [
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#faq" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited pages", "E-commerce integration", "Advanced analytics", "Custom integrations", "Dedicated support", "Priority maintenance", "Advanced SEO optimization"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user