From 95ecdc291c3f42f405d9c1f9bbe5ad84adee6bcd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 11:51:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1237b31..ea8c55f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,10 +4,9 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroCentered from "@/components/sections/hero/HeroCentered"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; +import FeatureBento from "@/components/sections/feature/FeatureCardTwelve"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Shield, TrendingUp, Users, CheckCircle } from "lucide-react"; export default function TaxGuyLandingPage() { return ( @@ -46,6 +45,8 @@ export default function TaxGuyLandingPage() { title="Our Services" description="Comprehensive tax solutions designed to keep you compliant and minimize your liabilities." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} features={[ { id: "planning", label: "Strategy", title: "Tax Planning", items: ["Strategic business planning", "Asset protection", "Tax efficiency analysis"], @@ -64,6 +65,7 @@ export default function TaxGuyLandingPage() { text="Ready to get your finances in order? Contact TaxGuy Pretoria today for a professional consultation." background={{ variant: "downward-rays-static" }} buttons={[{ text: "Book Appointment", href: "#contact" }]} + useInvertedBackground={false} />