From 34c8942029f4c76bd43fd13a8525933c0b8406c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 10:53:52 +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 86b78e6..edf1c3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { imageAlt="Beautiful floral arrangement" mediaAnimation="slide-up" buttons={[ - { text: "Browse Our Collections", href: "#gallery" }, + { text: "Order Now", href: "#gallery" }, { text: "Contact Us", href: "#contact" } ]} buttonAnimation="slide-up" -- 2.49.1