diff --git a/src/app/page.tsx b/src/app/page.tsx index 15b4276..e26d223 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -105,46 +66,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "AC Repair", - description: "Expert diagnosis and repair for all types of cooling systems.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/close-up-of-an-hvac-technician-hands-wor-1776294508222-df3b38e4.png", - imageAlt: "Close up of an HVAC technician hands working on a modern air conditioning unit circuit board, precis", - }, - { - title: "AC Installation", - description: "Professional installation of high-efficiency AC units.", - bentoComponent: "reveal-icon", - icon: Wind, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/professional-hvac-technician-inspecting--1776294498247-b4795e88.png?_wi=2", - imageAlt: "Close up of an HVAC technician hands working on a modern air conditioning unit circuit board, precis", - }, - { - title: "Heating Services", - description: "Keeping your home comfortable during cooler nights.", - bentoComponent: "reveal-icon", - icon: Gauge, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/portrait-of-a-happy-miami-homeowner-givi-1776294520003-2d9759fc.png?_wi=1", - imageAlt: "Close up of an HVAC technician hands working on a modern air conditioning unit circuit board, precis", - }, - { - title: "HVAC Maintenance", - description: "Regular tune-ups to extend your system's life.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/professional-portrait-of-a-retired-veter-1776294532157-0aa0b527.png?_wi=1", - imageAlt: "Close up of an HVAC technician hands working on a modern air conditioning unit circuit board, precis", - }, - { - title: "Emergency Repairs", - description: "Rapid response when you need it most, day or night.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/smiling-young-couple-standing-in-front-o-1776294542035-ab9a6c56.png?_wi=1", - imageAlt: "Close up of an HVAC technician hands working on a modern air conditioning unit circuit board, precis", - }, + { title: "AC Repair", description: "Expert diagnosis and repair for all types of cooling systems.", bentoComponent: "reveal-icon", icon: Wrench }, + { title: "AC Installation", description: "Professional installation of high-efficiency AC units.", bentoComponent: "reveal-icon", icon: Wind }, + { title: "Heating Services", description: "Keeping your home comfortable during cooler nights.", bentoComponent: "reveal-icon", icon: Gauge }, + { title: "HVAC Maintenance", description: "Regular tune-ups to extend your system's life.", bentoComponent: "reveal-icon", icon: ShieldCheck }, + { title: "Emergency Repairs", description: "Rapid response when you need it most, day or night.", bentoComponent: "reveal-icon", icon: Zap }, ]} title="Our HVAC Services" description="Comprehensive cooling and heating solutions for your home comfort." @@ -156,21 +82,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Choose Flynn HVAC?" metrics={[ - { - icon: Award, - label: "Veteran-Owned", - value: "100%", - }, - { - icon: Clock, - label: "Response Time", - value: "Fast", - }, - { - icon: ThumbsUp, - label: "Satisfaction Rating", - value: "5.0", - }, + { icon: Award, label: "Veteran-Owned", value: "100%" }, + { icon: Clock, label: "Response Time", value: "Fast" }, + { icon: ThumbsUp, label: "Satisfaction Rating", value: "5.0" }, ]} metricsAnimation="slide-up" /> @@ -182,41 +96,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "John D.", - role: "Homeowner", - testimonial: "Arrived promptly and fixed my AC quickly. Great professional service.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/portrait-of-a-happy-miami-homeowner-givi-1776294520003-2d9759fc.png?_wi=2", - }, - { - id: "2", - name: "Sarah M.", - role: "Resident", - testimonial: "Very professional and fairly priced. Will definitely use again.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/professional-portrait-of-a-retired-veter-1776294532157-0aa0b527.png?_wi=2", - }, - { - id: "3", - name: "Robert B.", - role: "Homeowner", - testimonial: "Dependable, knowledgeable, and easy to work with. Highly recommend!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/smiling-young-couple-standing-in-front-o-1776294542035-ab9a6c56.png?_wi=2", - }, - { - id: "4", - name: "Elena R.", - role: "Customer", - testimonial: "Finally found a trustworthy HVAC local service in Miami Gardens.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/a-professional-hvac-service-van-parked-i-1776294552679-867d3254.png", - }, - { - id: "5", - name: "Mike T.", - role: "Homeowner", - testimonial: "Fast response time during the hottest week of the year!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/a-middle-aged-professional-business-pers-1776294561709-46288c79.png", - }, + { id: "1", name: "John D.", role: "Homeowner", testimonial: "Arrived promptly and fixed my AC quickly. Great professional service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/portrait-of-a-happy-miami-homeowner-givi-1776294520003-2d9759fc.png" }, + { id: "2", name: "Sarah M.", role: "Resident", testimonial: "Very professional and fairly priced. Will definitely use again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/professional-portrait-of-a-retired-veter-1776294532157-0aa0b527.png" }, + { id: "3", name: "Robert B.", role: "Homeowner", testimonial: "Dependable, knowledgeable, and easy to work with. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/smiling-young-couple-standing-in-front-o-1776294542035-ab9a6c56.png" }, + { id: "4", name: "Elena R.", role: "Customer", testimonial: "Finally found a trustworthy HVAC local service in Miami Gardens.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/a-professional-hvac-service-van-parked-i-1776294552679-867d3254.png" }, + { id: "5", name: "Mike T.", role: "Homeowner", testimonial: "Fast response time during the hottest week of the year!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKUMyx1KuJVt8qaK0nh8PJMzjU/a-middle-aged-professional-business-pers-1776294561709-46288c79.png" }, ]} title="What Our Customers Say" description="Hear from our happy Miami Gardens neighbors." @@ -230,21 +114,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "Miami Gardens", - description: "Headquarters", - }, - { - id: "m2", - value: "North Miami", - description: "Nearby service", - }, - { - id: "m3", - value: "South Florida", - description: "Coverage", - }, + { id: "m1", value: "Miami Gardens", description: "Headquarters" }, + { id: "m2", value: "North Miami", description: "Nearby service" }, + { id: "m3", value: "South Florida", description: "Coverage" }, ]} title="Service Areas" description="Proudly serving Miami Gardens and South Florida." @@ -255,21 +127,9 @@ export default function LandingPage() {