diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d55b2d..eba872a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,22 +164,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Alex Chen", role: "Fantasy Enthusiast", testimonial: "Solo Leveling redefined what an epic fantasy story could be. The character development and world-building are absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Alex Chen", icon: Star + id: "1", name: "Alex Chen", role: "Fantasy Enthusiast", testimonial: "Solo Leveling redefined what an epic fantasy story could be. The character development and world-building are absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Alex Chen", icon: Star }, { - id: "2", name: "Maria Rodriguez", role: "Manga Fan", testimonial: "The progression system is genius. Watching Jinwoo rise from the weakest to the strongest is deeply satisfying and emotionally engaging.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Maria Rodriguez", icon: Heart + id: "2", name: "Maria Rodriguez", role: "Manga Fan", testimonial: "The progression system is genius. Watching Jinwoo rise from the weakest to the strongest is deeply satisfying and emotionally engaging.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Maria Rodriguez", icon: Heart }, { - id: "3", name: "James Wilson", role: "Action Lover", testimonial: "The battle sequences and power scaling in Solo Leveling are unmatched. Every chapter left me wanting more of this incredible world.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "James Wilson", icon: Zap + id: "3", name: "James Wilson", role: "Action Lover", testimonial: "The battle sequences and power scaling in Solo Leveling are unmatched. Every chapter left me wanting more of this incredible world.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", imageAlt: "James Wilson", icon: Zap }, { - id: "4", name: "Sakura Tanaka", role: "Story Critic", testimonial: "A masterpiece of storytelling. The balance between action, mystery, and character development creates a truly immersive experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sakura Tanaka", icon: BookOpen + id: "4", name: "Sakura Tanaka", role: "Story Critic", testimonial: "A masterpiece of storytelling. The balance between action, mystery, and character development creates a truly immersive experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=4", imageAlt: "Sakura Tanaka", icon: BookOpen }, { - id: "5", name: "Lucas Silva", role: "Anime Fan", testimonial: "From webtoon to anime adaptation, Solo Leveling maintains excellence at every step. A stunning visual feast with compelling storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Lucas Silva", icon: Eye + id: "5", name: "Lucas Silva", role: "Anime Fan", testimonial: "From webtoon to anime adaptation, Solo Leveling maintains excellence at every step. A stunning visual feast with compelling storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=5", imageAlt: "Lucas Silva", icon: Eye }, { - id: "6", name: "Emma Johnson", role: "Content Creator", testimonial: "Solo Leveling's impact on pop culture is undeniable. It's a phenomenon that brings joy to millions of fans worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Johnson", icon: Crown + id: "6", name: "Emma Johnson", role: "Content Creator", testimonial: "Solo Leveling's impact on pop culture is undeniable. It's a phenomenon that brings joy to millions of fans worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=6", imageAlt: "Emma Johnson", icon: Crown } ]} animationType="slide-up"