6 Commits

Author SHA1 Message Date
80125812c2 Update src/app/page.tsx 2026-03-19 21:48:33 +00:00
002a9e45f8 Merge version_3 into main
Merge version_3 into main
2026-03-19 21:47:22 +00:00
4c62caa227 Update src/app/page.tsx 2026-03-19 21:47:18 +00:00
a9a253cd11 Merge version_2 into main
Merge version_2 into main
2026-03-19 21:45:36 +00:00
af098e7b80 Update src/app/page.tsx 2026-03-19 21:45:32 +00:00
1f1c2b3622 Merge version_1 into main
Merge version_1 into main
2026-03-19 08:51:12 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { AlertCircle, Award, Building, CheckCircle, Clock, Droplet, Hammer, HelpCircle, Heart, MessageCircle, Phone, Search, Settings, Shield, Star, Wrench, Zap } from 'lucide-react';
import { AlertCircle, Award, Building, CheckCircle, Clock, Droplet, Hammer, HelpCircle, Heart, MessageCircle, Phone, Search, Settings, Shield, Star, Wrench, Zap, Lock, Clock as Clock24, Check } from 'lucide-react';
export default function LandingPage() {
return (
@@ -48,6 +48,13 @@ export default function LandingPage() {
tag="5-Star Rated Across Arizona"
tagIcon={Star}
tagAnimation="slide-up"
marqueeItems={[
{ type: "text-icon", text: "Licensed & Insured", icon: Lock },
{ type: "text-icon", text: "24/7 Available", icon: Clock24 },
{ type: "text-icon", text: "100% Satisfaction", icon: Check }
]}
showMarqueeCard={true}
marqueeSpeed={30}
buttons={[
{ text: "Call Now", href: "tel:480-702-6165" },
{ text: "Get a Free Estimate", href: "#contact" }
@@ -183,7 +190,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Why Customers Keep Calling Us Back"
title="Trusted by 500+ Customers with 4.9+ Star Average"
description="Real stories from homeowners who trusted us with their most important systems."
tag="Customer Reviews"
tagIcon={Star}