Update src/app/page.tsx

This commit is contained in:
2026-01-09 11:41:11 +00:00
parent c6d51fafa7
commit d29c5eff09

View File

@@ -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
}}
/>
</div>