From cfe75b9ccc68a585ac5931e595f99a95001b3788 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:32:11 +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 29abb72..fbeba4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function HomePage() { testimonials={testimonials} buttons={[ { text: "Shop Now", href: "/products" }, - { text: "Shop All Products", href: "#products" }, + { text: "Browse Complete Range", href: "#products" }, ]} useInvertedBackground={false} /> -- 2.49.1