diff --git a/src/app/page.tsx b/src/app/page.tsx index 53d3c0c..05ab3eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Award, Sparkles, MessageCircle } from "lucide-react"; +import { Award, Sparkles, MessageCircle, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -40,36 +40,36 @@ export default function LandingPage() {