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 +} 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 +}