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