diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f4eb69..db8cb75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, Package, Pizza, BowlFood } from "lucide-react"; +import { Sparkles, Package, Pizza } from "lucide-react"; export default function LandingPage() { return ( @@ -52,7 +52,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/wooden-lampshade-wooden-chest-with-books-it-placed-garden_181624-5463.jpg" imageAlt="MAD Brothers restaurant exterior at evening" showBlur={true} - useInvertedBackground={false} textPosition="bottom" mediaAnimation="opacity" /> @@ -100,7 +99,7 @@ export default function LandingPage() { ] }, { - title: "Beef Nachos", description: "Loaded with seasoned beef, melted cheese, and fresh toppings. Our nachos are perfect for sharing and a guaranteed hit!", icon: BowlFood, + title: "Beef Nachos", description: "Loaded with seasoned beef, melted cheese, and fresh toppings. Our nachos are perfect for sharing and a guaranteed hit!", icon: Package, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fruit-salad-with-tortilla-chips_23-2148283058.jpg", imageAlt: "Loaded Beef Nachos platter" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-spicy-chips-inside-plate-light-blue-background-chips-snack-color-crisp_140725-64931.jpg", imageAlt: "Beef Nachos with guacamole and salsa" } @@ -205,7 +204,6 @@ export default function LandingPage() { { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } ]} copyrightText="© 2024 MAD Brothers. All rights reserved." - useInvertedBackground={true} />