Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-31 14:01:23 +00:00

View File

@@ -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() {
<MetricCardOne
title="The Tradie Trap"
description="Are missed calls and unpaid invoices hurting your bottom line?"
textboxLayout="default"
metrics={[
{ id: "1", value: "Missed Calls", title: "Lost Leads", description: "Every missed call is a potential job lost to your competitor.", icon: Phone },
{ id: "2", value: "Slow Quotes", title: "Lost Velocity", description: "Delayed quotes mean you're often not the first choice for clients.", icon: Clock },
@@ -72,9 +73,9 @@ export default function TradieCoachingPage() {
useInvertedBackground={false}
textboxLayout="default"
features={[
{ id: "1", title: "Instant Call Answering", tags: ["Reliable", "Professional"], description: "We answer your calls so you never miss another job inquiry." },
{ id: "2", title: "Fast Quoting", tags: ["Speed", "Efficiency"], description: "Professional quotes delivered quickly to boost your win rate." },
{ id: "3", title: "Invoice Management", tags: ["Cash Flow", "Payments"], description: "We track and follow up on overdue invoices so you get paid faster." },
{ id: "1", title: "Instant Call Answering", tags: ["Reliable", "Professional"] },
{ id: "2", title: "Fast Quoting", tags: ["Speed", "Efficiency"] },
{ id: "3", title: "Invoice Management", tags: ["Cash Flow", "Payments"] },
]}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
<FooterCard logoText="TradieSupport VA" />