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