From 86dc8238603821dcc5a8658f4229d84930d932a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:36:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4eee5b..3b53554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Facebook, Instagram, Twitter, Utensils, MapPin, Phone } from "lucide-react"; +import { Facebook, Instagram, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -62,6 +61,7 @@ export default function LandingPage() { icon={Utensils} imageSrc="http://img.b2bpic.net/free-photo/delicious-sea-food-wooden-table-bench-shore-concept_53876-23078.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -78,6 +78,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/view-dish-made-crawfish_23-2150426214.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -91,6 +92,7 @@ export default function LandingPage() { { id: "1", name: "Alex P.", role: "Local Foodie", testimonial: "The boil sauce is addictive! Wheaton needed this spot." }, { id: "2", name: "Jordan D.", role: "Customer", testimonial: "Fantastic atmosphere and even better crab legs. Will be back!" } ]} + useInvertedBackground={false} /> @@ -105,6 +107,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Questions or Party Booking?" }} buttonText="Order Now" imageSrc="http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027850.jpg" + useInvertedBackground={false} /> @@ -115,6 +118,7 @@ export default function LandingPage() { { icon: Facebook, href: "#", ariaLabel: "Facebook" }, { icon: Instagram, href: "#", ariaLabel: "Instagram" } ]} + columns={[]} /> -- 2.49.1