Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-15 17:17:49 +00:00

View File

@@ -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" }
],