From 7dc392ea8814567841e2ed7ca38ff113aaa3a2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:39:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}