From b14544776b0cd72f06ca1c1f28661f0178b5b453 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 14:44:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49c6e3b..0a39ac8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Scissors, Award, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -88,6 +87,7 @@ export default function LandingPage() { showStepNumbers={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Classic Cuts", -- 2.49.1