From 27dc8c6f45d86aa77c7b9cd1ef7c3ca9ef43e30d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:21:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 ++++++++++------------------------------------- 1 file changed, 57 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da4896f..67b2af7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,131 +32,47 @@ export default function LandingPage() {
@@ -166,14 +82,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Contractors", - "Homeowners", - "Technicians", - "Local Builders", - "Property Managers", - "Restoration Experts", - "Architects", - ]} + "Contractors", "Homeowners", "Technicians", "Local Builders", "Property Managers", "Restoration Experts", "Architects"]} title="The Place People Go When Nobody Else Has It" description="Not just a supply house—a trusted partner." /> @@ -181,24 +90,13 @@ export default function LandingPage() {
-- 2.49.1