From 2cd6708b7d5ba65e702018dacb3326a0cd20d943 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:17:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 923a93c..ca15220 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import ContactFaq from '@/components/sections/faq/FaqSplitText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Phone } from "lucide-react"; export default function ContactPage() { return ( @@ -50,6 +49,7 @@ export default function ContactPage() { id: "f2", title: "Do you offer Wi-Fi?", content: "Yes, high-speed Wi-Fi is available for free." }, ]} + useInvertedBackground={false} /> -- 2.49.1