diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d2bcde..77f6920 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}