diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d26354..ad7d220 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Film, Globe, MessageSquare, Monitor, Move, User, Video, Gamepad } from "lucide-react"; +import { Film, Globe, MessageSquare, Monitor, Move, User, Video, Gamepad2, Tv, Ruler } from "lucide-react"; export default function LandingPage() { return ( @@ -92,7 +92,7 @@ export default function LandingPage() { { title: "Digital & Streaming", description: "Erweiterung der Schauspielerei durch Live-Interaktion.", media: { imageSrc: "http://img.b2bpic.net/free-photo/streamer-man-looking-camera-smiling-while-streaming-chat-is-open_482257-555.jpg", imageAlt: "Twitch Setup" }, items: [ - { icon: Gamepad, text: "Twitch-Community: twitch_maiky" }, + { icon: Gamepad2, text: "Twitch-Community: twitch_maiky" }, { icon: Video, text: "Authentisches Creator-Storytelling" }, { icon: MessageSquare, text: "Echtzeit-Interaktion mit Fans" } ],