diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c8b2fb..911004b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Start Shopping", href: "products" }, - { text: "Get in Touch", href: "#" } + { text: "Track Order", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false}