From f9135fe0a7472970d7dd723b93f2d1c63e791a1e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:37:08 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0125a28..090386b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,6 +50,7 @@ export default function AboutPage() { description="Meet the experts behind Sbo Roofing." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} team={[ { id: "1", name: "Samuel K.", role: "Managing Director", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-architect-looking-camera_23-2148242889.jpg" }, { id: "2", name: "Linda M.", role: "Senior Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-female-architect_23-2149124284.jpg" }, -- 2.49.1 From 8171adb708b2c3d2bb3fb1065250817a53bd9f56 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:37:09 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 75525fa..feb2b17 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -37,6 +37,7 @@ export default function ServicesPage() { description="We provide a comprehensive range of roofing and construction services tailored to your specific needs." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Roof Installation", description: "High-quality installation services for all types of roofing structures using durable materials.", imageSrc: "http://img.b2bpic.net/free-photo/roofer-installing-metal-roofing-tiles_23-2149343673.jpg" }, { title: "Leak Repair", description: "Professional diagnosis and prompt repair of roof leaks to protect your property.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-working-construction-site_23-2149343680.jpg" }, @@ -48,6 +49,7 @@ export default function ServicesPage() { description="Select the service plan that fits your project scope and budget." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "1", badge: "Essential", price: "Custom Quote", subtitle: "For minor maintenance", features: ["Site Assessment", "Basic Sealants", "Safety Check"], buttons: [{ text: "Inquire", href: "/contact" }] }, { id: "2", badge: "Premium", price: "Custom Quote", subtitle: "For complete roofing", features: ["Full Installation", "Premium Materials", "Long-term Warranty", "Priority Support"], buttons: [{ text: "Inquire", href: "/contact" }] } -- 2.49.1