From b6e0cf1a026469182f7d8558a2b7cf81fa3ae350 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:27:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 ++++++++++++++++-------------------------------- 1 file changed, 21 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7149be7..7b00c0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/human-hand-working-with-laptop-networking-technology_53876-42684.jpg", imageAlt: "Luxury classic gold watch" - }, + imageSrc: "http://img.b2bpic.net/free-photo/human-hand-working-with-laptop-networking-technology_53876-42684.jpg", imageAlt: "Luxury classic gold watch"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-clock-white-table_23-2147992756.jpg", imageAlt: "Premium modern timepiece" - }, + imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-clock-white-table_23-2147992756.jpg", imageAlt: "Premium modern timepiece"}, ]} mediaAnimation="slide-up" rating={5} @@ -127,8 +125,7 @@ export default function LandingPage() {