diff --git a/src/app/page.tsx b/src/app/page.tsx
index 46f5fe4..5bfa21c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -46,8 +42,7 @@ export default function LandingPage() {
logoText="Gypsum Floor Specialists"
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"
imageAlt="Gypsum floor application process"
@@ -70,18 +65,9 @@ export default function LandingPage() {
textboxLayout="split"
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"},
- {
- 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"},
+ { 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" },
+ { 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."
@@ -94,16 +80,11 @@ export default function LandingPage() {
title="Contact Brahm-Crete Systems"
description="Need a quote? We serve Edmonton, Calgary, Saskatoon, Regina, and surrounding areas."
inputs={[
- {
- name: "name", type: "text", placeholder: "Your Name", required: true,
- },
- {
- name: "email", type: "email", placeholder: "Your Email", required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{
- name: "message", placeholder: "Tell us about your project...", rows: 4,
- required: true,
+ 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"
mediaAnimation="slide-up"
@@ -116,7 +97,9 @@ export default function LandingPage() {
title="Terms & Conditions"
sections={[
{
- 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."},
+ heading: "Our Commitment",
+ content: [{ heading: "Compliance", 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." }]
+ },
]}
/>
@@ -126,17 +109,14 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/wall-texture-brick-cement-background_272375-3222.jpg"
columns={[
{
- title: "Contact", items: [
- {
- label: "Edmonton Office", href: "#"},
- {
- label: "Calgary Office", href: "#"},
+ title: "Contact", items: [
+ { label: "Edmonton Office", href: "#" },
+ { label: "Calgary Office", href: "#" },
],
},
{
- title: "Email", items: [
- {
- label: "info@brahm-crete.com", href: "mailto:info@brahm-crete.com"},
+ title: "Email", items: [
+ { label: "info@brahm-crete.com", href: "mailto:info@brahm-crete.com" },
],
},
]}
@@ -145,4 +125,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file