diff --git a/src/app/page.tsx b/src/app/page.tsx index dfeaaab..c77787a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { CheckCircle, CreditCard, DollarSign, HeartHandshake, HelpCircle, MessageSquare, Phone, Palette, Rocket, Sparkles, Star, Store, Trending, TrendingUp, Users, Zap } from "lucide-react"; +import { CheckCircle, CreditCard, DollarSign, HeartHandshake, HelpCircle, MessageSquare, Phone, Palette, Rocket, Sparkles, Star, Store, TrendingUp, Users, Zap } from "lucide-react"; const navItems = [ { name: "Pricing", id: "pricing" }, @@ -49,7 +49,7 @@ export default function LandingPage() {