diff --git a/src/app/page.tsx b/src/app/page.tsx index 0396e57..a748255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Shop Now", href: "#products" }, - { text: "Chat with Our Team", href: "#contact" } + { text: "Get Sizing Help", href: "#contact" } ]} background={{ variant: "gradient-bars" }} useInvertedBackground={false} @@ -218,4 +218,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file