Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 05:21:32 +00:00

View File

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