From 2878e884040d45ed0a578ec921ea6666aad502d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:37:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1