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} />