Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-09 18:44:14 +00:00

View File

@@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, ArrowUpRight, Phone, MessageCircle, BookOpen, Clock, Calendar, CheckCircle, Target, TrendingUp, Users } from "lucide-react";
import { Sparkles, ArrowUpRight, Phone, MessageCircle, BookOpen, Clock, Calendar, CheckCircle, Target, TrendingUp, Users, Zap } from "lucide-react";
export default function AIMindsPage() {
return (
@@ -41,7 +41,7 @@ export default function AIMindsPage() {
button={{ text: "Book Free Audit", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="Stop Missing Calls. Book More Jobs. Save 10+ Hours Per Week."
title="Stop Missing Calls. Capture More Revenue. Save 10+ Hours Per Week."
description="AI Minds installs automated systems for HVAC, roofing, and plumbing companies that respond to leads instantly, follow up automatically, and book more jobs."
tag="HVAC, Roofing & Plumbing Automation"
tagIcon={Sparkles}
@@ -171,4 +171,4 @@ export default function AIMindsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}