From d11599db44d297832b747ecf663cde99c6689337 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:03:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8e81e4..b6c45ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; @@ -92,6 +91,7 @@ export default function LandingPage() { rating={5} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" + useInvertedBackground={false} avatars={[{ src: "http://img.b2bpic.net/free-photo/happiness-leisure-lifestyle-concept-smiling-african-american-female-recreates-cafe-restaurant-eats-delicious-dessert-drinks-cocktail-happy-have-pleasant-conversation-with-interlocutor_273609-2194.jpg", alt: "Guest" }]} /> @@ -102,6 +102,7 @@ export default function LandingPage() { description="Everything you need to know about our services." textboxLayout="default" faqsAnimation="blur-reveal" + useInvertedBackground={false} faqs={[ { id: "1", title: "Do you offer delivery?", content: "Yes, we provide local delivery in RAK." }, { id: "2", title: "Are your meats Halal?", content: "All our meats are 100% Halal certified." } @@ -116,6 +117,7 @@ export default function LandingPage() { description="Book a table or reach out to our team." buttons={[{ text: "Call Now", href: "tel:+971501234567" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={true} /> -- 2.49.1