diff --git a/src/app/page.tsx b/src/app/page.tsx index 11dc4ce..e2b5047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,93 +29,58 @@ export default function LandingPage() {
@@ -127,33 +92,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Air Conditioning", - subtitle: "Repairs & Maintenance", - category: "Cooling", - value: "Reliable cooling all summer long.", - }, + id: "s1", title: "Air Conditioning", subtitle: "Repairs & Maintenance", category: "Cooling", value: "Lower your energy bills with efficient maintenance."}, { - id: "s2", - title: "Heating & Boilers", - subtitle: "Service & Repairs", - category: "Heating", - value: "Stay warm through the coldest months.", - }, + id: "s2", title: "Heating & Boilers", subtitle: "Service & Repairs", category: "Heating", value: "Eliminate cold spots for year-round comfort."}, { - id: "s3", - title: "Ductless Mini-Splits", - subtitle: "Install & Service", - category: "Systems", - value: "Efficient climate control for any space.", - }, + id: "s3", title: "Ductless Mini-Splits", subtitle: "Install & Service", category: "Systems", value: "Reduce noise and maximize energy efficiency."}, { - id: "s4", - title: "Diagnostics", - subtitle: "Second Opinions", - category: "Advice", - value: "Honest advice to save you money.", - }, + id: "s4", title: "Diagnostics", subtitle: "Second Opinions", category: "Advice", value: "Avoid unnecessary replacements with honest expert input."}, ]} title="Professional HVAC Services" description="From seasonal tune-ups to complex diagnostics, we keep your home comfortable year-round." @@ -168,45 +113,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg", - }, + id: "t1", name: "Sarah J.", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg"}, { - id: "t2", - name: "Michael C.", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg", - }, + id: "t2", name: "Michael C.", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg"}, { - id: "t3", - name: "Emily R.", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", - }, + id: "t3", name: "Emily R.", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"}, { - id: "t4", - name: "David K.", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-office-guy-sits-coworking-space-looking-camera-smiling-laughing-talking-mobile-phone-using-smartphone-answer-call-from-client_1258-314633.jpg", - }, + id: "t4", name: "David K.", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-office-guy-sits-coworking-space-looking-camera-smiling-laughing-talking-mobile-phone-using-smartphone-answer-call-from-client_1258-314633.jpg"}, { - id: "t5", - name: "John D.", - role: "Homeowner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940777.jpg", - }, + id: "t5", name: "John D.", role: "Homeowner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-videocall-work_23-2148940777.jpg"}, ]} title="Don't Just Take Our Word For It" description="Hear why homeowners trust Ray to keep their systems running efficiently." @@ -221,15 +141,9 @@ export default function LandingPage() { description="Frequently asked questions about our services and process." faqs={[ { - id: "q1", - title: "What areas do you serve?", - content: "We proudly serve our local community and surrounding areas.", - }, + id: "q1", title: "What areas do you serve?", content: "We proudly serve our local community and surrounding areas."}, { - id: "q2", - title: "Do you offer emergency repairs?", - content: "Yes, we provide 24/7 support for urgent heating and cooling needs.", - }, + id: "q2", title: "Do you offer emergency repairs?", content: "Yes, we provide 24/7 support for urgent heating and cooling needs."}, ]} faqsAnimation="slide-up" /> @@ -251,29 +165,19 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "About Ray", - href: "/about", - }, + label: "About Ray", href: "/about"}, { - label: "Schedule Service", - href: "/contact", - }, + label: "Schedule Service", href: "/contact"}, ], }, { items: [ { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -283,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file