Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:48:00 +00:00
parent b162d022fb
commit f1dff99c0e

View File

@@ -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" },
]}
/>
</div>