From 261b7ecbb91156f578b419d96737f4c73f542a2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:37:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c195d2e..70fe551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,10 +68,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" marqueeItems={[ - { - type: "image", - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1E0t8mxuGpZ0qBVz2J2MtoVjT/uploaded-1775576014142-ojh1v030.png", alt: "Primary Barber" - }, { type: "text-icon", text: "Walk-ins velkomne", icon: Clock, }, @@ -201,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1