From 1573cb75fce80dd66b6dfb77e61f5f5b74a17b46 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:45:20 +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 262004b..f4a3f1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Order Now", href: "#products" }, + { text: "Shop Fresh Pastries", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1