Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-29 18:47:20 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Brahm-Crete"
/>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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."},
]}
/>
</div>
@@ -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"},
],
},
]}