diff --git a/src/app/page.tsx b/src/app/page.tsx index c215a48..8993495 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,42 +45,21 @@ export default function LandingPage() {
@@ -224,40 +139,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Alex R.", - role: "Pro Player", - testimonial: "The most realistic mobile shooting experience I've played. Graphics are unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg", - }, + id: "t1", name: "Alex R.", role: "Pro Player", testimonial: "The most realistic mobile shooting experience I've played. Graphics are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg"}, { - id: "t2", - name: "Jordan P.", - role: "Casual Shooter", - testimonial: "I love the upgrade system. Unlocking gear feels so rewarding and permanent!", - imageSrc: "http://img.b2bpic.net/free-photo/teenager-guy-sits-room-bed-uses-laptop_169016-18215.jpg", - }, + id: "t2", name: "Jordan P.", role: "Casual Shooter", testimonial: "I love the upgrade system. Unlocking gear feels so rewarding and permanent!", imageSrc: "http://img.b2bpic.net/free-photo/teenager-guy-sits-room-bed-uses-laptop_169016-18215.jpg"}, { - id: "t3", - name: "Sam K.", - role: "Clan Leader", - testimonial: "Maps are huge and dynamic. The tactical depth is incredible for a mobile app.", - imageSrc: "http://img.b2bpic.net/free-photo/focused-gamer_23-2151954708.jpg", - }, + id: "t3", name: "Sam K.", role: "Clan Leader", testimonial: "Maps are huge and dynamic. The tactical depth is incredible for a mobile app.", imageSrc: "http://img.b2bpic.net/free-photo/focused-gamer_23-2151954708.jpg"}, { - id: "t4", - name: "Casey L.", - role: "Graphics Fan", - testimonial: "The 3D textures and lighting engine are just mind-blowing. Top tier quality.", - imageSrc: "http://img.b2bpic.net/free-photo/man-wears-headphones-playing-game-teaching-subscribers-esport-skills-close-up_482257-92679.jpg", - }, + id: "t4", name: "Casey L.", role: "Graphics Fan", testimonial: "The 3D textures and lighting engine are just mind-blowing. Top tier quality.", imageSrc: "http://img.b2bpic.net/free-photo/man-wears-headphones-playing-game-teaching-subscribers-esport-skills-close-up_482257-92679.jpg"}, { - id: "t5", - name: "Riley J.", - role: "Competitive Gamer", - testimonial: "Finally, a mobile shooter that handles like a PC game. Absolutely worth the upgrade.", - imageSrc: "http://img.b2bpic.net/free-photo/retro-digital-art-illustration-person-using-radio-technology_23-2151355990.jpg", - }, + id: "t5", name: "Riley J.", role: "Competitive Gamer", testimonial: "Finally, a mobile shooter that handles like a PC game. Absolutely worth the upgrade.", imageSrc: "http://img.b2bpic.net/free-photo/retro-digital-art-illustration-person-using-radio-technology_23-2151355990.jpg"}, ]} title="Elite Feedback" description="See why top competitors are calling Medhansh Saini's shooter the new gold standard for mobile war games." @@ -268,8 +158,7 @@ export default function LandingPage() {