From d22ace0df5345b505a0d7e6a1451e848c3f3ee65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 23:41:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29d3a26..42992c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -14,7 +12,6 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -154,6 +151,7 @@ export default function LandingPage() { text="هل تحتاجين لمساعدة شخصية؟ فريقنا هنا لخدمتكِ." background={{ variant: "sparkles-gradient" }} buttons={[{ text: "تواصلي معنا الآن" }]} + useInvertedBackground={true} />