From 5801ff1c722f3b397d788c9af2b225e6ad673f24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:41:03 +0000 Subject: [PATCH] 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 65850c4..9096382 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { { text: "Explore Collection", href: "products"}, { - text: "Discover Our Values", href: "about"}, + text: "Learn Our Story", href: "about"}, ]} buttonAnimation="slide-up" ariaLabel="AYWISE Hero Section" @@ -156,7 +156,7 @@ export default function HomePage() { ctaTitle="Get in Touch" ctaDescription="Have questions about our collections or need styling advice? We'd love to hear from you!" ctaButton={{ - text: "Get Styling Help", href: "mailto:hello@aywise.com"}} + text: "Book Free Style Call", href: "mailto:hello@aywise.com"}} ctaIcon={Mail} faqs={[ { -- 2.49.1