diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 942778e..4a91463 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Broadcast, Users } from "lucide-react"; +import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Radio, Users } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -20,31 +20,26 @@ export default function AboutPage() { const footerColumns = [ { - title: "Gaming Experience", - items: [ + title: "Gaming Experience", items: [ { label: "Gaming Setup", href: "/gaming-setup" }, { label: "Pricing", href: "/pricing" }, { label: "Book Session", href: "https://wa.me/917022946056" }, ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Tournaments", href: "/tournaments" }, { label: "Discord Server", href: "https://discord.gg" }, { label: "Instagram", href: "https://instagram.com" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +91 70229 46056", href: "tel:+917022946056" }, { label: "WhatsApp", href: "https://wa.me/917022946056" }, { label: "Email Support", href: "mailto:info@m80esports.com" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore", - }, + label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"}, ], }, ]; @@ -70,10 +65,7 @@ export default function AboutPage() { @@ -365,45 +238,21 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What are the operating hours?", - content: "M80 Esports is open daily and closes at 10 PM. We're open from early morning to late evening to accommodate both casual and competitive gamers. For specific opening times on holidays, please check our Discord community or call us at +91 70229 46056.", - }, + id: "1", title: "What are the operating hours?", content: "M80 Esports is open daily and closes at 10 PM. We're open from early morning to late evening to accommodate both casual and competitive gamers. For specific opening times on holidays, please check our Discord community or call us at +91 70229 46056."}, { - id: "2", - title: "How do I book a gaming session?", - content: "You can book your gaming session directly through our website, via WhatsApp at +91 70229 46056, or walk-in at our cafe. We recommend online booking during peak hours to secure your preferred gaming station and time slot.", - }, + id: "2", title: "How do I book a gaming session?", content: "You can book your gaming session directly through our website, via WhatsApp at +91 70229 46056, or walk-in at our cafe. We recommend online booking during peak hours to secure your preferred gaming station and time slot."}, { - id: "3", - title: "What games are available?", - content: "We support all major titles including Valorant, Counter-Strike 2, PUBG, Dota 2, FIFA, and many more. Our PCs are optimized for competitive gaming with high refresh rates and minimal latency. We also have racing simulators and PS5 stations for console gaming.", - }, + id: "3", title: "What games are available?", content: "We support all major titles including Valorant, Counter-Strike 2, PUBG, Dota 2, FIFA, and many more. Our PCs are optimized for competitive gaming with high refresh rates and minimal latency. We also have racing simulators and PS5 stations for console gaming."}, { - id: "4", - title: "Do you offer food and beverages?", - content: "Yes! We offer energy drinks, soft drinks, and quick snacks perfect for gaming sessions. Our menu includes energy drinks to keep you refreshed during competitive play, soft drinks, and quick bites. We also allow external food in most cases.", - }, + id: "4", title: "Do you offer food and beverages?", content: "Yes! We offer energy drinks, soft drinks, and quick snacks perfect for gaming sessions. Our menu includes energy drinks to keep you refreshed during competitive play, soft drinks, and quick bites. We also allow external food in most cases."}, { - id: "5", - title: "How can I participate in tournaments?", - content: "Visit the Tournaments & Events page on our website to see upcoming competitions, or join our Discord community for registration details. We host weekly tournaments with prize pools. Student and group discounts are available!", - }, + id: "5", title: "How can I participate in tournaments?", content: "Visit the Tournaments & Events page on our website to see upcoming competitions, or join our Discord community for registration details. We host weekly tournaments with prize pools. Student and group discounts are available!"}, { - id: "6", - title: "What are the student discounts?", - content: "Students get a special rate of ₹350/hour on our premium gaming stations. Valid student ID is required. Group discounts are also available for college gaming clubs and friend groups. Contact us for bulk booking rates.", - }, + id: "6", title: "What are the student discounts?", content: "Students get a special rate of ₹350/hour on our premium gaming stations. Valid student ID is required. Group discounts are also available for college gaming clubs and friend groups. Contact us for bulk booking rates."}, { - id: "7", - title: "Is there a membership plan?", - content: "Yes! Our VIP membership at ₹150/month gives you unlimited gaming access, a reserved premium station, free tournament entries, and exclusive benefits. It's perfect for regular gamers who want to level up their experience.", - }, + id: "7", title: "Is there a membership plan?", content: "Yes! Our VIP membership at ₹150/month gives you unlimited gaming access, a reserved premium station, free tournament entries, and exclusive benefits. It's perfect for regular gamers who want to level up their experience."}, { - id: "8", - title: "Can I stream from your cafe?", - content: "Absolutely! We have professional streaming setup available. Contact our staff about streaming options. Our tournament stations are equipped for live streaming with high-speed internet and spectator screens.", - }, + id: "8", title: "Can I stream from your cafe?", content: "Absolutely! We have professional streaming setup available. Contact our staff about streaming options. Our tournament stations are equipped for live streaming with high-speed internet and spectator screens."}, ]} /> diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..a3347e3 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,36 @@ -"use client"; +import React, { SVGProps } from "react"; -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; - -interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; - className?: string; +interface SvgTextLogoProps extends SVGProps { + text?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ + text = "Webild", width = 200, + height = 100, + className = "", ...props +}) => { return ( - {logoText} + {text} ); -}); - -SvgTextLogo.displayName = "SvgTextLogo"; +}; export default SvgTextLogo;