diff --git a/src/app/page.tsx b/src/app/page.tsx index 104a485..4376ca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Clock, Cloud, Cog, DollarSign, Flame, Gauge, MapPin, ShieldCheck, ThumbsUp, Wrench, Zap } from "lucide-react"; +import { Check, Clock, Cloud, Cog, DollarSign, Flame, Gauge, MapPin, ShieldCheck, ThumbsUp, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -68,74 +54,49 @@ export default function LandingPage() {
@@ -146,10 +107,7 @@ export default function LandingPage() { useInvertedBackground={true} title="At Superior North Miami Heating & Cooling" description={[ - "We are committed to delivering dependable heating and air conditioning solutions for homeowners and businesses throughout North Miami and surrounding communities.", - "Our experienced technicians provide expert diagnostics, repairs, system installations, preventative maintenance, and energy-efficient HVAC solutions. We take pride in our professionalism, attention to detail, and dedication to customer satisfaction.", - "Whether your air conditioner stops working on the hottest day of the year or you're looking to upgrade to a more efficient system, our team is ready to help.", - ]} + "We are committed to delivering dependable heating and air conditioning solutions for homeowners and businesses throughout North Miami and surrounding communities.", "Our experienced technicians provide expert diagnostics, repairs, system installations, preventative maintenance, and energy-efficient HVAC solutions. We take pride in our professionalism, attention to detail, and dedication to customer satisfaction.", "Whether your air conditioner stops working on the hottest day of the year or you're looking to upgrade to a more efficient system, our team is ready to help."]} />
@@ -157,37 +115,26 @@ export default function LandingPage() {