From d11daede4fe05d301c439077f5904cd77b6f2866 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:33:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c637382..026282e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function HomePage() { "Dedicated in-house team means consistent quality, better communication, and faster completion.", tags: ["Professional", "Reliable"], imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-label-collection_23-2149676280.jpg", imageAlt: "professional team crew badge"}, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -149,6 +150,7 @@ export default function HomePage() { "Full property tarping and magnetic nail cleanup mean we leave every site cleaner than we found it. No debris, no mess, no surprises.", author: "Premium Service", tags: ["Care", "Respect"], imageSrc: "http://img.b2bpic.net/free-photo/female-worker-preparing-shipment-packing-manufactured-products-cardboard-box-distribution-warehouse_637285-4036.jpg", imageAlt: "clean job site organized professional"}, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -171,6 +173,7 @@ export default function HomePage() { { id: "5", name: "Exterior Repairs", price: "Complete Solutions", variant: "Gutters • Siding • Flashing", imageSrc: "http://img.b2bpic.net/free-photo/handyman-construction-site-process-drilling-wall-with-perforator_169016-12109.jpg", imageAlt: "home exterior repair maintenance work"}, ]} + animationType="slide-up" gridVariant="uniform-all-items-equal" textboxLayout="default" useInvertedBackground={false} @@ -230,6 +233,7 @@ export default function HomePage() { "No shortcuts, no subcontractors, no surprises. Just quality materials, efficient installation, and leaving every property cleaner than we found it.", tags: ["Integrity", "Excellence"], imageSrc: "http://img.b2bpic.net/free-photo/teamwork-concept-with-hands_23-2147702083.jpg", imageAlt: "core values integrity honest business"}, ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1