Update src/app/page.tsx

This commit is contained in:
2026-03-11 20:16:04 +00:00
parent 08e6a78cf2
commit 45df60f09c

View File

@@ -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" }]}
/>
</div>
@@ -252,4 +253,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}