From 4c464e4eb57bee6297054875e84943f6e83df9ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:49:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da9791b..3e92f62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,16 +35,16 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, { name: "About", id: "about" } ]} - brandName="Barbier" + brandName="Kirbs Fades" bottomLeftText="Open 9AM - 7PM" - bottomRightText="info@barbier.com" + bottomRightText="info@kirbsfades.com" />
-- 2.49.1