From 7cb8a54c7b3cfcfe1c428a280c5af0181a8f2708 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:35:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bcf42e..55b5bb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,10 @@ 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, }, @@ -84,6 +88,7 @@ export default function LandingPage() { type: "text-icon", text: "Moderne studie", icon: Star, }, ]} + marqueeClassName="scale-150" /> -- 2.49.1