Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user