From 42e8649a7808ffe44599426a4d55fb4925174ff0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 06:32:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b1b7f7..b33696a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,10 +57,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur_1098-18414.jpg?_wi=1", imageAlt: "Hidangan utama restoran Indonesia" } + { imageSrc: "http://img.b2bpic.net/free-photo/successful-entrepreneur_1098-18414.jpg", imageAlt: "Hidangan utama restoran Indonesia" } ]} mediaAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} /> @@ -206,7 +206,7 @@ export default function LandingPage() { description="Jangan ragu untuk menghubungi kami! Kami siap melayani pemesanan, pertanyaan, dan reservasi Anda dengan senang hati." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Masukkan email Anda" buttonText="Kirim" @@ -218,7 +218,7 @@ export default function LandingPage() {