diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bfae42..c04c719 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -62,37 +52,23 @@ export default function LandingPage() { description="Serving Connecticut with top-quality craftsmanship, honest pricing, and 5-star service." buttons={[ { - text: "Get Free Estimate", - href: "#contact", - }, + text: "Get Free Estimate", href: "#contact"}, { - text: "Call Now", - href: "tel:5550123456", - }, + text: "Call Now", href: "tel:5550123456"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg" showDimOverlay={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg", - alt: "Top view of Prague", - }, + src: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg", alt: "Top view of Prague"}, { - src: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", - alt: "Long shot man with helmet sitting on roof", - }, + src: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", alt: "Long shot man with helmet sitting on roof"}, { - src: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", - alt: "Long shot roofer working with helmet", - }, + src: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", alt: "Long shot roofer working with helmet"}, { - src: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", - alt: "Full shot man with helmet sitting on roof", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-man-with-helmet-sitting-roof_23-2149343713.jpg", alt: "Full shot man with helmet sitting on roof"}, { - src: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", - alt: "Exterior of home", - }, + src: "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", alt: "Exterior of home"}, ]} avatarText="Trusted by 500+ Connecticut Homeowners" /> @@ -106,20 +82,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "5.0", - description: "Google Rating", - }, + id: "1", value: "5.0", description: "Google Rating"}, { - id: "2", - value: "100%", - description: "Licensed & Insured", - }, + id: "2", value: "100%", description: "Licensed & Insured"}, { - id: "3", - value: "Local", - description: "Connecticut Business", - }, + id: "3", value: "Local", description: "Connecticut Business"}, ]} title="Trusted by Connecticut" description="Professional standards, local expertise, and proven results." @@ -134,24 +101,16 @@ export default function LandingPage() { features={[ { icon: Home, - title: "Roof Repair", - description: "Reliable leak detection and structural repairs.", - }, + title: "Roof Repair", description: "Reliable leak detection and structural repairs."}, { icon: Wrench, - title: "Roof Replacement", - description: "Full-scale replacement with premium materials.", - }, + title: "Roof Replacement", description: "Full-scale replacement with premium materials."}, { icon: Building2, - title: "Interior Remodeling", - description: "Professional kitchens, baths, and interior work.", - }, + title: "Interior Remodeling", description: "Professional kitchens, baths, and interior work."}, { icon: Layout, - title: "Exterior Repairs", - description: "General exterior work, gutters, and siding.", - }, + title: "Exterior Repairs", description: "General exterior work, gutters, and siding."}, ]} title="Professional Services" description="Comprehensive roofing and remodeling solutions." @@ -160,28 +119,20 @@ export default function LandingPage() { @@ -257,22 +176,14 @@ export default function LandingPage() { description="Call today for a free estimate — no pressure, no hidden fees." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "service", - placeholder: "Project details or service needed", - rows: 4, + name: "service", placeholder: "Project details or service needed", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/attractive-male-contractor-working-with-wood-sanding-wooden-panel-carpenter-using-electrical-sander_662251-454.jpg" /> @@ -282,42 +193,27 @@ export default function LandingPage() {