Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Crown, Github, Heart, Instagram, Linkedin, Palette, ShoppingCart, BarChart3, Shield, Smartphone, Sparkles, Trending, Twitter, Zap } from "lucide-react";
|
||||
import { Crown, Github, Heart, Instagram, Linkedin, Palette, ShoppingCart, BarChart3, Shield, Smartphone, Sparkles, TrendingUp, Twitter, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
"Custom domain included", "Advanced templates & customization", "E-commerce with 50 products", "Abandoned cart recovery", "Priority email support", "Analytics & SEO tools", "Unlimited pages & storage"],
|
||||
},
|
||||
{
|
||||
id: "business", badge: "For Growth", badgeIcon: Trending,
|
||||
id: "business", badge: "For Growth", badgeIcon: TrendingUp,
|
||||
price: "$24.99", subtitle: "Scale your online presence", buttons: [
|
||||
{ text: "Start Business Trial", href: "https://webild.io/signup?plan=business" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user