From 8b646d596c053872d82a2cc87b625d51b68a9d2a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 23 Feb 2026 20:25:00 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e1bfa1..e684ead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { imageAlt="Modern workspace with digital design tools" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Award-Winning Design", icon: "CheckCircle" }, - { type: "text", text: "Tech-Forward Solutions", icon: "Sparkles" }, - { type: "text", text: "Creative Excellence", icon: "ArrowRight" } + { type: "text", text: "Award-Winning Design" }, + { type: "text", text: "Tech-Forward Solutions" }, + { type: "text", text: "Creative Excellence" } ]} marqueeSpeed={30} showMarqueeCard={true}