From 7a6d9746cee99df44e42e698bc3d329a43ad80bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:11:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 457d411..9454f6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ],