From 88900b4d61ed3e2b46a4c2e9b9c189c0b4180127 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:06:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 878a383..b0c752c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Order Now", href: "#contact" }, + { text: "Download Now", href: "#contact" }, { text: "Explore Designs", href: "#features" } ]} buttonAnimation="slide-up" @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1