diff --git a/src/app/page.tsx b/src/app/page.tsx index c9ce24a..0396e57 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: "Get In Touch", href: "#contact" } + { text: "Chat with Our Team", href: "#contact" } ]} background={{ variant: "gradient-bars" }} useInvertedBackground={false}