From 85aa013fe2734db872875287cb163c29bfa52e7e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:47:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 98 +++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6485377..46f5fe4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,11 +47,9 @@ export default function LandingPage() { description="Brahm-Crete Systems is your specialized partner in installation of gypsum floor underlayment, sound isolation mats, and floor leveling solutions." buttons={[ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278591.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278591.jpg" imageAlt="Gypsum floor application process" /> @@ -69,7 +59,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Get to know us" description="Our focus lies predominantly in multifamily construction, where gypsum floor underlayment plays a pivotal role in enhancing both fire rating and sound rating of the floor assembly. As an approved Maxxon applicator, Brahm-Crete Systems is authorized to install a comprehensive range of Gyp-Crete® products across Alberta, Saskatchewan, and British Columbia." - imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589569.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589569.jpg" imageAlt="Construction site expertise" /> @@ -81,32 +71,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Gypsum Underlayment", - tags: [ - "Installation", - "Safety", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278591.jpg?_wi=2", - }, + id: "f1", title: "Gypsum Underlayment", tags: [ + "Installation", "Safety"], + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278591.jpg"}, { - id: "f2", - title: "Sound Isolation", - tags: [ - "Acoustics", - "Comfort", - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589569.jpg?_wi=2", - }, + id: "f2", title: "Sound Isolation", tags: [ + "Acoustics", "Comfort"], + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589569.jpg"}, { - id: "f3", - title: "Floor Leveling", - tags: [ - "Precision", - "Preparation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/light-urban-tall-meeting-structure_1112-967.jpg?_wi=1", - }, + id: "f3", title: "Floor Leveling", tags: [ + "Precision", "Preparation"], + imageSrc: "http://img.b2bpic.net/free-photo/light-urban-tall-meeting-structure_1112-967.jpg"}, ]} title="Our Specialized Solutions" description="Professional flooring services designed for fire safety, sound control, and precise leveling." @@ -120,25 +95,17 @@ export default function LandingPage() { description="Need a quote? We serve Edmonton, Calgary, Saskatoon, Regina, and surrounding areas." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project...", - rows: 4, + name: "message", placeholder: "Tell us about your project...", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/light-urban-tall-meeting-structure_1112-967.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/light-urban-tall-meeting-structure_1112-967.jpg" mediaAnimation="slide-up" /> @@ -149,12 +116,7 @@ export default function LandingPage() { title="Terms & Conditions" sections={[ { - heading: "Our Commitment", - 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.", - }, - }, + heading: "Our Commitment", content: "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."}, ]} /> @@ -164,25 +126,17 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/wall-texture-brick-cement-background_272375-3222.jpg" columns={[ { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Edmonton Office", - href: "#", - }, + label: "Edmonton Office", href: "#"}, { - label: "Calgary Office", - href: "#", - }, + label: "Calgary Office", href: "#"}, ], }, { - title: "Email", - items: [ + title: "Email", items: [ { - label: "info@brahm-crete.com", - href: "mailto:info@brahm-crete.com", - }, + label: "info@brahm-crete.com", href: "mailto:info@brahm-crete.com"}, ], }, ]} -- 2.49.1