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