From 7a048122ea560dda24b3dfde98ead6db82d00f83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:52:58 +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 3302d14..2d17269 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View All Collections", href: "#" }]} + buttons={[{ text: "Reserve Yours", href: "#" }]} buttonAnimation="slide-up" /> -- 2.49.1