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}