diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c7c3da..bbbc294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqBase from "@/components/sections/faq/FaqBase"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Broadcast, Users, Flame, Crown, GraduationCap, Check } from "lucide-react"; +import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Radio, Users, Flame, Crown, GraduationCap, Check } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -135,7 +135,7 @@ export default function HomePage() { id: "3", title: "Competitive Esports Arena", description: "Dedicated tournament space with professional streaming setup, spectator screens, and commentary booths. Host weekly tournaments for Valorant, CS2, and other competitive titles.", media: { imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=1"}, items: [ - { icon: Broadcast, text: "Professional Streaming" }, + { icon: Radio, text: "Professional Streaming" }, { icon: Users, text: "Spectator Areas" }, { icon: Trophy, text: "Tournament Prizes" }, ], @@ -218,9 +218,9 @@ export default function HomePage() { { id: "2", name: "Priya Patel", handle: "@gaming_queen_bangalore", testimonial: "Very good ambience, decent pricing and extremely good customer care. This is my go-to place for gaming sessions. The community here is welcoming and fun!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=1", imageAlt: "Priya Patel"}, { - id: "3", name: "Rohan Verma", handle: "@esports_streamer", testimonial: "Electric vibe, top-notch rigs, and friendly staff. M80 Esports is the real deal for competitive gaming. Hosting my tournament here was an absolute blast!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg?_wi=1", imageAlt: "Rohan Verma"}, + id: "3", name: "Rohan Verma", handle: "@esports_streamer", testimonial: "Electric vibe, top-notch rigs, and friendly staff. M80 Esports is the real deal for competitive gaming. Hosting my tournament here was an absolute blast!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", imageAlt: "Rohan Verma"}, { - id: "4", name: "Aisha Khan", handle: "@fps_gamer_aisha", testimonial: "The gaming experience here is unmatched. Premium equipment, professional environment, and amazing community. Definitely the best gaming cafe in Bangalore!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg?_wi=1", imageAlt: "Aisha Khan"}, + id: "4", name: "Aisha Khan", handle: "@fps_gamer_aisha", testimonial: "The gaming experience here is unmatched. Premium equipment, professional environment, and amazing community. Definitely the best gaming cafe in Bangalore!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg", imageAlt: "Aisha Khan"}, { id: "5", name: "Vikram Desai", handle: "@competitive_gamer", testimonial: "M80 Esports has everything a serious gamer needs. From casual hangouts to competitive tournaments, this place delivers excellence in every aspect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=2", imageAlt: "Vikram Desai"}, { @@ -279,4 +279,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}