Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 15:05:08 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, CheckCircle, Crown, Rocket, Sparkles, Zap } from 'lucide-react';
import { Award, CheckCircle, Crown, Rocket, Sparkles, Zap, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -140,8 +140,8 @@ export default function LandingPage() {
<TestimonialCardTwo
title="What Our Clients Say"
description="Don't take our word for it. Hear directly from junk removal and demolition operators who've transformed their businesses through Inner Circle coaching."
tag="Client Success Stories"
tagIcon={Award}
tag="Verified Results"
tagIcon={Shield}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}