diff --git a/src/app/page.tsx b/src/app/page.tsx index bd8d8db..27b51f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import BlogCardEleven from '@/components/sections/blog/BlogCardEleven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Clapperboard, Film, Mail, MessageCircle } from "lucide-react"; +import { Clapperboard, Film, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -34,9 +34,6 @@ export default function LandingPage() { { name: "Reviews", id: "blog" }, { name: "Contact", id: "contact-faq" } ]} - button={{ - text: "Start Browsing Films", href: "#hero", icon: MessageCircle - }} />