From d8cc3cff5cb560221196e70a047a971685bcbf0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:06:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 70 +++++++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3f1ab2..092bb96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function HomePage() { { name: "Areas", id: "service-areas" }, ]} button={{ - text: "Call Now", href: "tel:(629)239-1101"}} + text: "Call Now", href: "tel:(629)239-1101" + }} animateOnLoad={true} /> @@ -50,9 +51,11 @@ export default function HomePage() { background={{ variant: "plain" }} buttons={[ { - text: "Call Now (629) 239-1101", href: "tel:(629)239-1101"}, + text: "Call Now (629) 239-1101", href: "tel:(629)239-1101" + }, { - text: "Free Roof Inspection", href: "#contact"}, + text: "Free Roof Inspection", href: "#contact" + }, ]} layoutOrder="default" imageSrc="http://img.b2bpic.net/free-photo/portrait-construction-worker_329181-2834.jpg" @@ -60,7 +63,6 @@ export default function HomePage() { frameStyle="card" mediaAnimation="slide-up" buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -72,7 +74,8 @@ export default function HomePage() { tag="Social Proof" tagIcon={Award} names={[ - "⭐ 5-Star Google Rating", "πŸ‡ΊπŸ‡Έ Veteran Owned Business", "βœ“ Licensed & Insured", "🏠 Local Hendersonville Company", "πŸ“ž 24/7 Emergency Service", "πŸ’Ό 391+ Customer Reviews"]} + "⭐ 5-Star Google Rating", "πŸ‡ΊπŸ‡Έ Veteran Owned Business", "βœ“ Licensed & Insured", "🏠 Local Hendersonville Company", "πŸ“ž 24/7 Emergency Service", "πŸ’Ό 391+ Customer Reviews" + ]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -91,19 +94,23 @@ export default function HomePage() { features={[ { title: "Roof Replacement", description: "Complete roof replacement with premium materials, professional installation, and full warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageAlt: "Professional roof replacement installation", button: { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, }, { title: "Roof Repair", description: "Fast, reliable roof repair services for leaks, damaged shingles, and weather-related damage.", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Expert roof repair work", button: { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, }, { title: "Storm Damage Repair", description: "Emergency storm damage inspections and restoration. We handle insurance claims to make it easy for you.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Storm damage assessment and repair", button: { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, }, { title: "Gutter Services", description: "New gutter installation and replacement. Protect your home with professional gutter systems.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-light-switch-wooden-wall_181624-19635.jpg", imageAlt: "Professional gutter installation", button: { - text: "Learn More", href: "/services"}, + text: "Learn More", href: "/services" + }, }, ]} gridVariant="bento-grid" @@ -119,10 +126,12 @@ export default function HomePage() {