From e2091e116ad2113d25e3001a8dd54dc6ba169cbf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:38:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1123481..56f84c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,21 +10,21 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import { Sparkles, CheckCircle, ArrowRight, ShieldCheck, Mail, Phone } from "lucide-react"; +import { Sparkles, CheckCircle, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -91,7 +91,7 @@ export default function LandingPage() { { id: "2", name: "Local Cafe", imageSrc: "https://img.b2bpic.net/free-photo/coffee-business-owner-concept-portrait-happy-young-bearded-caucasian-barista-apron-with-confident-looking-smiling-camera-coffee-shop-counter_1258-103925.jpg" } ]} cardAnimation="slide-up" - useInvertedBackground={false} + useInvertedBackground={true} /> @@ -105,7 +105,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="split" - useInvertedBackground={false} + useInvertedBackground={true} /> @@ -114,8 +114,8 @@ export default function LandingPage() { tag="Contact" title="Reach Out to Us" description="Whether it's cleaning services or supply chain assistance, we're ready to serve." - background={{ variant: "gradient-bars" }} - useInvertedBackground={false} + background={{ variant: "sparkles-gradient" }} + useInvertedBackground={true} /> @@ -129,4 +129,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file