2 Commits

Author SHA1 Message Date
2878e88404 Update src/app/page.tsx 2026-03-11 21:37:36 +00:00
e71b4387c9 Merge version_2 into main
Merge version_2 into main
2026-03-11 21:35:42 +00:00

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
testimonialRotationInterval={5000}
buttons={[
{ text: "Hubungi Sekarang", href: "tel:+6203706711111" },
{ text: "Dapatkan Arah", href: "https://maps.google.com/?q=Jl.+Tgh.+Ibrahim+Al-Khalidy+No.168+Kediri+Lombok+Barat" }
{ text: "Kunjungi Toko Kami", href: "https://maps.google.com/?q=Jl.+Tgh.+Ibrahim+Al-Khalidy+No.168+Kediri+Lombok+Barat" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
@@ -288,4 +288,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}