diff --git a/src/app/page.tsx b/src/app/page.tsx index d22512a..e16374c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Droplet, Flame, Phone, Settings, ShieldCheck, Wind, Wrench } from "lucide-react"; @@ -30,21 +29,13 @@ export default function LandingPage() { @@ -53,15 +44,12 @@ export default function LandingPage() {
@@ -75,34 +63,22 @@ export default function LandingPage() { features={[ { icon: Wrench, - title: "Emergency Repair", - description: "24/7 rapid response for cooling emergencies.", - }, + title: "Emergency Repair", description: "24/7 rapid response for cooling emergencies."}, { icon: Settings, - title: "New Installation", - description: "Professional setup with 10-year warranty coverage.", - }, + title: "New Installation", description: "Professional setup with 10-year warranty coverage."}, { icon: ShieldCheck, - title: "Maintenance", - description: "Preventive checks to extend system life.", - }, + title: "Maintenance", description: "Preventive checks to extend system life."}, { icon: Wind, - title: "Air Ducts", - description: "Cleaning and sealing for efficient airflow.", - }, + title: "Air Ducts", description: "Cleaning and sealing for efficient airflow."}, { icon: Droplet, - title: "HVAC Coating", - description: "Protective treatments against salt air damage.", - }, + title: "HVAC Coating", description: "Protective treatments against salt air damage."}, { icon: Flame, - title: "Heating Services", - description: "Full heating system diagnostics and repair.", - }, + title: "Heating Services", description: "Full heating system diagnostics and repair."}, ]} title="Full-Service HVAC Solutions" description="We specialize in rapid response HVAC repairs and installations for homes and businesses across South Florida." @@ -115,82 +91,37 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Life Saver!", - quote: "My AC died at midnight. They arrived in 40 minutes. Simply incredible service.", - name: "Sarah Johnson", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg?_wi=1", - }, + id: "1", title: "Life Saver!", quote: "My AC died at midnight. They arrived in 40 minutes. Simply incredible service.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg"}, { - id: "2", - title: "The Best Price", - quote: "I got 3 quotes, they were 40% cheaper and way more professional. Highly recommended.", - name: "Michael Chen", - role: "Business Owner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-enjoying-cocktails-together_23-2148665486.jpg", - }, + id: "2", title: "The Best Price", quote: "I got 3 quotes, they were 40% cheaper and way more professional. Highly recommended.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-women-enjoying-cocktails-together_23-2148665486.jpg"}, { - id: "3", - title: "Professional Team", - quote: "Licensed, clean, and fast. Won't use anyone else for my HVAC needs again.", - name: "Emily Rodriguez", - role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", - }, + id: "3", title: "Professional Team", quote: "Licensed, clean, and fast. Won't use anyone else for my HVAC needs again.", name: "Emily Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, { - id: "4", - title: "Very Helpful", - quote: "Explained exactly what was wrong. No hidden fees. Fixed in an hour.", - name: "David Kim", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-couple_23-2149272876.jpg", - }, + id: "4", title: "Very Helpful", quote: "Explained exactly what was wrong. No hidden fees. Fixed in an hour.", name: "David Kim", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-couple_23-2149272876.jpg"}, { - id: "5", - title: "Fast Response", - quote: "Absolutely the fastest company in South Florida. Will definitely call again.", - name: "Mark Wilson", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg?_wi=2", - }, + id: "5", title: "Fast Response", quote: "Absolutely the fastest company in South Florida. Will definitely call again.", name: "Mark Wilson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5287.jpg"}, ]} title="What Our Neighbors Say" description="Rated 4.8 stars by thousands of satisfied homeowners in Miami-Dade and Broward." />
- -
@@ -199,42 +130,27 @@ export default function LandingPage() {