From 2fdf80a2d4b945a4053eaa32a5213e44d1f74192 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:17:45 +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 38ba00b..2f982f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { rating={5} ratingText="Loved by homeowners" buttons={[ - { text: "Discover Now", href: "#product" }, + { text: "Shop Now", href: "#product" }, { text: "Learn More", href: "#philosophy" } ]} buttonAnimation="slide-up" -- 2.49.1