From 45df60f09c175dbd43bdb3ad39aa4e136d908b92 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:16:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc2e160..0bbc555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" carouselMode="buttons" + buttons={[{ text: "View Google Reviews", href: "https://google.com/maps/search/Lex's+Garage+Malang" }]} /> @@ -252,4 +253,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1