1 Commits

Author SHA1 Message Date
0f85d0308a Merge version_1 into main
Merge version_1 into main
2026-02-23 20:24:21 +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" }, { type: "text", text: "Award-Winning Design", icon: "CheckCircle" },
{ type: "text", text: "Tech-Forward Solutions" }, { type: "text", text: "Tech-Forward Solutions", icon: "Sparkles" },
{ type: "text", text: "Creative Excellence" } { type: "text", text: "Creative Excellence", icon: "ArrowRight" }
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}