From 82bc3df6b9459e896ea828c06ccde06f03f61cd6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:46:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2095265..c445d97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,18 +32,13 @@ export default function LandingPage() { @@ -237,28 +163,9 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776264324714-kh1wpzii.webp" logoText="Brookside Barbers" columns={[ - { - title: "Location", items: [ - { - label: "10693 Wiles Rd, Coral Springs, FL 33076", href: "#"}, - ], - }, - { - title: "Contact", items: [ - { - label: "(786) 378-0141", href: "tel:7863780141"}, - ], - }, - { - title: "Services", items: [ - { - label: "Haircut", href: "#pricing"}, - { - label: "Beard Trim", href: "#pricing"}, - { - label: "Kids Cut", href: "#pricing"}, - ], - }, + { title: "Location", items: [{ label: "10693 Wiles Rd, Coral Springs, FL 33076", href: "#" }] }, + { title: "Contact", items: [{ label: "(786) 378-0141", href: "tel:7863780141" }] }, + { title: "Services", items: [{ label: "Haircut", href: "#pricing" }, { label: "Beard Trim", href: "#pricing" }, { label: "Kids Cut", href: "#pricing" }] }, ]} copyrightText="© 2025 Brookside Barbers" /> @@ -266,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file