From e25345dd91d909e7f9f2d60d7a0f7cf33f905ca4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:47:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++-------------------------------- 1 file changed, 20 insertions(+), 40 deletions(-) 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() { @@ -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 -- 2.49.1