From 61cc0fdee538b84def4237249442fcc9f99575a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:57:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e0fae0..9f4112e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,11 @@ export default function LandingPage() { { text: "Telepon Sekarang", href: "tel:+6288122268888" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-glass-jar-full-honey_23-2148173009.jpg" - imageAlt="Raw honey pouring naturally from honey jar" + mediaItems={[ + { + imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-jar-full-honey_23-2148173009.jpg", imageAlt: "Raw honey pouring naturally from honey jar" + } + ]} ariaLabel="Hero section - Grosir Madu Maulana" /> -- 2.49.1