From 63ca7bf4352c897b701a3276cd453c67baec4d0f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:01:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c479158..5c0c195 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { CheckCircle, Clock, DollarSign, Users, Sparkles, Phone, Zap } from "lucide-react"; +import { Phone, Clock, DollarSign } from "lucide-react"; export default function TradieCoachingPage() { const navItems = [ @@ -54,6 +54,7 @@ export default function TradieCoachingPage() { @@ -98,6 +99,7 @@ export default function TradieCoachingPage() { cardTitle="How It Works" cardTag="The 3-Step Process" cardAnimation="slide-up" + useInvertedBackground={true} testimonials={[ { id: "1", name: "1. Discovery", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop" }, { id: "2", name: "2. Setup", imageSrc: "https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=400&h=400&fit=crop" }, @@ -112,6 +114,7 @@ export default function TradieCoachingPage() { members={[{ id: "1", name: "Jane Smith", role: "Founder & Lead Strategist", description: "Dedicated to turning trade business chaos into streamlined success.", imageSrc: "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=400&h=400&fit=crop" }]} gridVariant="one-large-left-three-stacked-right" animationType="slide-up" + textboxLayout="default" useInvertedBackground={true} /> @@ -120,6 +123,7 @@ export default function TradieCoachingPage() { sideTitle="Common Questions" sideDescription="Everything you need to know about working with a virtual assistant." faqsAnimation="slide-up" + useInvertedBackground={false} faqs={[ { id: "1", title: "Will I need to train staff?", content: "No, our VAs are fully trained to support Australian trade businesses from day one." }, { id: "2", title: "Is this expensive?", content: "It costs a fraction of hiring a full-time in-house employee." }, @@ -132,6 +136,7 @@ export default function TradieCoachingPage() { description="Book a free discovery call to see how we can help your trade business grow." inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]} buttonText="Book a Free Discovery Call" + useInvertedBackground={true} /> -- 2.49.1