diff --git a/src/app/page.tsx b/src/app/page.tsx index d48ab64..b55e05b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "Browse Products", href: "products" }, - { text: "Contact Support", href: "#" } + { text: "Chat with Us", href: "#" } ]} useInvertedBackground={false} />