diff --git a/src/app/page.tsx b/src/app/page.tsx index bf1f9ba..ec09cc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Brain, Zap, Users, Shield, BarChart3, CheckCircle, Layout, Share2, Lightbulb, DollarSign, Sparkles, Award, Heart, HelpCircle, Rocket } from "lucide-react"; +import { Brain, Zap, Users, Shield, BarChart3, CheckCircle, Layout, Share2, Lightbulb, DollarSign, Sparkles, Award, Heart, HelpCircle, Rocket, Star } from "lucide-react"; export default function LandingPage() { return (