From 109b4124b4d5b537e36fd307ea57fe83347a0dcd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 15:42:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0600ac6..9cee44d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,8 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "quote" } ]} brandName="Healthily Nourished" - button={{ - text: "Contact", href: "#quote"}} + button={{ text: "Contact", href: "#quote" }} /> -- 2.49.1