diff --git a/src/app/page.tsx b/src/app/page.tsx index ddd582f..8158019 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Flame, Users, MapPin, Star, MessageCircle, Phone } from "lucide-react"; +import { Flame, Users, MapPin, Star, MessageCircle, Phone, Calendar, Smartphone } from "lucide-react"; export default function LandingPage() { return ( @@ -60,7 +60,8 @@ export default function LandingPage() { @@ -177,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file