diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fbde3c..41b181e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { imageAlt="Cinematic dark production studio" mediaAnimation="opacity" marqueeItems={[ - { text: "Adobe After Effects", icon: Sparkles }, - { text: "Premiere Pro", icon: Film }, - { text: "Color Grading", icon: Palette }, - { text: "Motion Graphics", icon: Zap }, - { text: "Reels Editing", icon: Video } + { type: "text-icon", text: "Adobe After Effects", icon: Sparkles }, + { type: "text-icon", text: "Premiere Pro", icon: Film }, + { type: "text-icon", text: "Color Grading", icon: Palette }, + { type: "text-icon", text: "Motion Graphics", icon: Zap }, + { type: "text-icon", text: "Reels Editing", icon: Video } ]} marqueeSpeed={30} showMarqueeCard={true}