Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user