From 4badd05aeeaf1c6784adcd9267b969c4dccb4f0a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 05:38:47 +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 2124a3a..67e5585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" carouselMode="buttons" buttons={[ - { text: "See all", href: "/properties" } + { text: "See all properties", href: "/properties" } ]} products={[ { -- 2.49.1