1 Commits

Author SHA1 Message Date
8b646d596c Bob AI: fix build errors (attempt 1) 2026-02-23 20:25:00 +00:00

View File

@@ -60,9 +60,9 @@ export default function LandingPage() {
imageAlt="Modern workspace with digital design tools" imageAlt="Modern workspace with digital design tools"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Award-Winning Design", icon: "CheckCircle" }, { type: "text", text: "Award-Winning Design" },
{ type: "text", text: "Tech-Forward Solutions", icon: "Sparkles" }, { type: "text", text: "Tech-Forward Solutions" },
{ type: "text", text: "Creative Excellence", icon: "ArrowRight" } { type: "text", text: "Creative Excellence" }
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}