From bbd94b3b4c02885feed4c57e470880c319d23275 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:07:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.49.1