From 28c218d12be1835c562f02f45397cf11e35efc00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 20:49:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9a4d57..becb0cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,6 @@ export default function LandingPage() { @@ -80,30 +78,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123944.jpg" imageAlt="Luxury outdoor landscape" mediaAnimation="blur-reveal" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg", alt: "Client 1"}, - { - src: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg", alt: "Client 2"}, - { - src: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139734.jpg", alt: "Client 3"}, - { - src: "http://img.b2bpic.net/free-photo/man-pouring-drink-his-girlfriend-sitting-rooftop_23-2147891094.jpg", alt: "Client 4"}, - { - src: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg", alt: "Client 5"}, - ]} - marqueeItems={[ - { - type: "text", text: "Premium Craftsmanship"}, - { - type: "text", text: "Engineered Longevity"}, - { - type: "text", text: "Custom Solutions"}, - { - type: "text", text: "Expert Installation"}, - { - type: "text", text: "Reliable Results"}, - ]} /> -- 2.49.1