From ca4d34a527daeabf2b3551074d0abc572268dc5a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:50:22 +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 ab528c0..f2bb056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,8 +199,8 @@ export default function LandingPage() { title="Ready to Join the Web of Fans?" description="Have questions about our costumes or need custom sizing? Reach out to our team today and let us help you find the perfect Spider-Man suit!" buttons={[ - { text: "Email Us", href: "contact@spidermanstore.com" }, - { text: "Call Now", href: "tel:+1-555-0123" } + { text: "Get Sizing Help", href: "contact@spidermanstore.com" }, + { text: "Chat with Support", href: "tel:+1-555-0123" } ]} background={{ variant: "animated-grid" }} useInvertedBackground={false}