From 334517057a0337fb09faf256d90803def2c824e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 11:01:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 453c733..dda6984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,10 @@ export default function LandingPage() { name: "Contact", id: "#contact"}, ]} brandName="Hair Couture Salon LLC" + logoSrc="https://assets.webuild.ai/hair-couture-salon-logo.png" + logoAlt="Hair Couture Salon Logo" button={{ - text: "Book Appointment", href: "#contact"}} + text: "Book Appointment", href: "#contact"}} animateOnLoad={true} /> @@ -289,6 +291,8 @@ export default function LandingPage() {