diff --git a/src/app/page.tsx b/src/app/page.tsx index 0298203..f7a985d 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." }, - { title: "Commercial", description: "High-standard tenant improvements and ground-up commercial construction." }, - { title: "Healthcare", description: "Regulated environments requiring strict safety and compliance standards." }, - { title: "Industrial", description: "Heavy infrastructure and pre-engineered metal building systems." }, + { 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" }, ]} />