From ce7ae095c44f56df10d2f8e7cd4322868038a316 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:41:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1e37c65..5ed8245 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 04d85395d2edc943ff80c5e60d68a07993f20317 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:41:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46ccaa4..62c8ca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Contact Us", href: "#" }, + { text: "Chat with Fragrance Expert", href: "#" }, { text: "Shop Now", href: "#products" } ]} /> @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1