diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ab4952..b53d77a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -248,7 +248,7 @@ export default function StoreFrontPage() { animationType="entrance-slide" buttons={[ { text: "Start Shopping", href: "products" }, - { text: "Get In Touch", href: "#" } + { text: "Chat Now", href: "#" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}