From 81164fc03ac501ff08d3beded2dd07c9c4e0ecc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:48:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c37b4ac..9567d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,9 @@ export default function LandingPage() { sections={[ { heading: "Our Commitment", - text: "Brahm-Crete Systems is committed to delivering excellence in every floor assembly project. By utilizing certified products and industry-leading installation practices, we ensure every commercial or residential site meets the highest standards of safety and acoustic performance." + content: [ + { type: "paragraph", text: "Brahm-Crete Systems is committed to delivering excellence in every floor assembly project. By utilizing certified products and industry-leading installation practices, we ensure every commercial or residential site meets the highest standards of safety and acoustic performance." } + ] }, ]} /> -- 2.49.1