From db5ac17f616bd1904bfdf735d43fd6649d399da5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:04:58 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 183 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 333114b..e3f1ab2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -37,9 +37,7 @@ 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} /> @@ -49,16 +47,12 @@ export default function HomePage() { Date: Mon, 9 Mar 2026 18:04:58 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 83 ++++++++++----------------------------- 1 file changed, 20 insertions(+), 63 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5cf69f3..3e6f9fb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -33,9 +33,7 @@ export default function ServicesPage() { { name: "Areas", id: "service-areas" }, ]} button={{ - text: "Call Now", - href: "tel:(629)239-1101", - }} + text: "Call Now", href: "tel:(629)239-1101"}} animateOnLoad={true} /> @@ -49,44 +47,20 @@ export default function ServicesPage() { tagIcon={Hammer} features={[ { - title: "Roof Replacement", - description: "Complete roof replacement with premium materials, professional installation, full warranty coverage, and transparent pricing. We handle all aspects from removal to final inspection.", - imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg?_wi=2", - imageAlt: "Professional roof replacement installation", - button: { - text: "Get Quote", - href: "#", - }, + title: "Roof Replacement", description: "Complete roof replacement with premium materials, professional installation, full warranty coverage, and transparent pricing. We handle all aspects from removal to final inspection.", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageAlt: "Professional roof replacement installation", button: { + text: "Get Quote", href: "#"}, }, { - title: "Roof Repair", - description: "Fast and reliable roof repair services for leaks, damaged shingles, flashing issues, and weather-related damage. Our quick response times minimize damage to your home.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2", - imageAlt: "Expert roof repair work", - button: { - text: "Schedule Now", - href: "#", - }, + title: "Roof Repair", description: "Fast and reliable roof repair services for leaks, damaged shingles, flashing issues, and weather-related damage. Our quick response times minimize damage to your home.", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Expert roof repair work", button: { + text: "Schedule Now", href: "#"}, }, { - title: "Storm Damage Repair", - description: "Emergency storm damage inspections and restoration. We work directly with your insurance company to handle claims, making the entire process stress-free for you.", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", - imageAlt: "Storm damage assessment and repair", - button: { - text: "Emergency Service", - href: "tel:(629)239-1101", - }, + title: "Storm Damage Repair", description: "Emergency storm damage inspections and restoration. We work directly with your insurance company to handle claims, making the entire process stress-free 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: "Emergency Service", href: "tel:(629)239-1101"}, }, { - title: "Gutter Services", - description: "New gutter installation, replacement, and maintenance. Seamless gutters protect your home from water damage and enhance your property's appearance.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-light-switch-wooden-wall_181624-19635.jpg?_wi=2", - imageAlt: "Professional gutter installation", - button: { - text: "Learn More", - href: "#", - }, + title: "Gutter Services", description: "New gutter installation, replacement, and maintenance. Seamless gutters protect your home from water damage and enhance your property's appearance.", 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: "#"}, }, ]} gridVariant="bento-grid" @@ -102,15 +76,10 @@ export default function ServicesPage() {