From f1dff99c0edaf4c977c83685301e73a2b5c07512 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:48:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7a985d..dc67975 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,10 +70,10 @@ export default function ADBPage() { useInvertedBackground={false} animationType="slide-up" features={[ - { title: "Public Works", description: "Municipal, utility, and civil improvement infrastructure projects.", bentoComponent: "text-only" }, - { title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction.", bentoComponent: "text-only" }, - { title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards.", bentoComponent: "text-only" }, - { title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems.", bentoComponent: "text-only" }, + { title: "Public Works", description: "Municipal, utility, and civil improvement infrastructure projects.", bentoComponent: "timeline" }, + { title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction.", bentoComponent: "timeline" }, + { title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards.", bentoComponent: "timeline" }, + { title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems.", bentoComponent: "timeline" }, ]} />