diff --git a/src/app/page.tsx b/src/app/page.tsx index a36f6d3..d71ef41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { AlertCircle, Calendar, Flame, Moon, MessageSquare, Trophy, Users, Zap, Wifi } from "lucide-react"; +import { AlertCircle, Calendar, Flame, Moon, MessageSquare, Trophy, Users, Zap, Wifi, Star } from "lucide-react"; export default function LandingPage() { const handleBookingSubmit = (email: string) => { @@ -106,7 +106,7 @@ export default function LandingPage() { title="Trusted by 1000+ Local Gamers" description="Join the gaming community in Thane that trusts Xtreme Gaming Lounge for the best competitive gaming experience." tag="Verified Reviews" - tagIcon={Zap} + tagIcon={Star} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -205,7 +205,7 @@ export default function LandingPage() { { id: "1", icon: Zap, title: "240Hz Monitors", value: "Ultra-Responsive" }, { id: "2", icon: Wifi, title: "Ultra-Fast Internet", value: "Zero Lag" }, { id: "3", icon: Users, title: "Gaming Community", value: "1000+ Gamers" }, - { id: "4", icon: Zap, title: "Rating", value: "4.9 Stars" } + { id: "4", icon: Star, title: "Rating", value: "4.9 Stars" } ]} buttons={[ { text: "Book Now", href: "#contact" },