diff --git a/src/app/page.tsx b/src/app/page.tsx index f62aa07..f743ec7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,41 +34,25 @@ export default function LandingPage() { @@ -77,113 +61,61 @@ export default function LandingPage() { @@ -211,20 +143,11 @@ export default function LandingPage() { tag="Our Expertise" accordionItems={[ { - id: "roofing", - title: "Roofing Solutions", - content: "Specializing in both residential and commercial roofing, we offer installations, repairs, and replacements for all types of materials, ensuring lasting protection for your property.", - }, + id: "roofing", title: "Roofing Solutions", content: "Specializing in both residential and commercial roofing, we offer installations, repairs, and replacements for all types of materials, ensuring lasting protection for your property."}, { - id: "renovations", - title: "New Construction & Remodeling", - content: "Whether it's building your dream home from the ground up or transforming existing spaces with basements, room additions, and garage remodels, our general contracting services cover it all.", - }, + id: "renovations", title: "New Construction & Remodeling", content: "Whether it's building your dream home from the ground up or transforming existing spaces with basements, room additions, and garage remodels, our general contracting services cover it all."}, { - id: "home-upgrades", - title: "Essential Home Upgrades", - content: "Enhance your home's comfort and efficiency with our services including window and siding installation, gutter replacement, flooring, electrical, plumbing, HVAC, and fascia repair.", - }, + id: "home-upgrades", title: "Essential Home Upgrades", content: "Enhance your home's comfort and efficiency with our services including window and siding installation, gutter replacement, flooring, electrical, plumbing, HVAC, and fascia repair."}, ]} imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-front-view_23-2148748780.jpg" imageAlt="A newly installed residential roof gleaming under the sun" @@ -237,25 +160,17 @@ export default function LandingPage() {