diff --git a/src/app/page.tsx b/src/app/page.tsx
index b8ba51e..23ed98d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,41 +33,25 @@ export default function LandingPage() {
@@ -75,15 +59,12 @@ export default function LandingPage() {
@@ -306,25 +181,15 @@ export default function LandingPage() {
author="Ethan Vance, Professional Esports Strategist"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-confident-attractive-african-american-office-worker-analyzing-papers-lunch-restaurant_273609-9111.jpg",
- alt: "Ethan Vance avatar",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-confident-attractive-african-american-office-worker-analyzing-papers-lunch-restaurant_273609-9111.jpg", alt: "Ethan Vance avatar"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg",
- alt: "Olivia Sterling avatar",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", alt: "Olivia Sterling avatar"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg",
- alt: "Marcus Thorne avatar",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg", alt: "Marcus Thorne avatar"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947439.jpg",
- alt: "Sophia Renard avatar",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947439.jpg", alt: "Sophia Renard avatar"},
{
- src: "http://img.b2bpic.net/free-photo/low-angle-business-woman-with-glasses_23-2148356280.jpg",
- alt: "Jackson Cole avatar",
- },
+ src: "http://img.b2bpic.net/free-photo/low-angle-business-woman-with-glasses_23-2148356280.jpg", alt: "Jackson Cole avatar"},
]}
ratingAnimation="opacity"
avatarsAnimation="opacity"
@@ -337,30 +202,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What are the membership benefits?",
- content: "Membership includes access to our exclusive gaming facilities, tournament-grade equipment, private gaming suites (depending on tier), members-only events, and dedicated concierge services.",
- },
+ id: "faq-1", title: "What are the membership benefits?", content: "Membership includes access to our exclusive gaming facilities, tournament-grade equipment, private gaming suites (depending on tier), members-only events, and dedicated concierge services."},
{
- id: "faq-2",
- title: "How do I book a private gaming suite?",
- content: "Private suites can be booked through our members' portal or by contacting your dedicated concierge. Availability varies by membership tier.",
- },
+ id: "faq-2", title: "How do I book a private gaming suite?", content: "Private suites can be booked through our members' portal or by contacting your dedicated concierge. Availability varies by membership tier."},
{
- id: "faq-3",
- title: "Are non-members allowed?",
- content: "Apex Lounge is primarily a members-only establishment. However, members may bring guests using their allotted guest passes, subject to lounge policies.",
- },
+ id: "faq-3", title: "Are non-members allowed?", content: "Apex Lounge is primarily a members-only establishment. However, members may bring guests using their allotted guest passes, subject to lounge policies."},
{
- id: "faq-4",
- title: "What kind of equipment is available?",
- content: "We feature the latest high-performance PCs, next-generation consoles, premium VR setups, and professional-grade peripherals to ensure an unparalleled gaming experience.",
- },
+ id: "faq-4", title: "What kind of equipment is available?", content: "We feature the latest high-performance PCs, next-generation consoles, premium VR setups, and professional-grade peripherals to ensure an unparalleled gaming experience."},
{
- id: "faq-5",
- title: "Do you host esports tournaments?",
- content: "Yes, we regularly host exclusive members-only tournaments across various popular titles, offering competitive play and valuable prizes. Check our events calendar for upcoming competitions.",
- },
+ id: "faq-5", title: "Do you host esports tournaments?", content: "Yes, we regularly host exclusive members-only tournaments across various popular titles, offering competitive play and valuable prizes. Check our events calendar for upcoming competitions."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common inquiries about membership, facilities, and exclusive experiences at Apex Lounge."
@@ -372,20 +222,15 @@ export default function LandingPage() {
@@ -397,74 +242,48 @@ export default function LandingPage() {
logoText="Apex Lounge"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Press",
- href: "#",
- },
+ label: "Press", href: "#"},
],
},
{
- title: "Membership",
- items: [
+ title: "Membership", items: [
{
- label: "Plans",
- href: "#membership",
- },
+ label: "Plans", href: "#membership"},
{
- label: "Benefits",
- href: "#features",
- },
+ label: "Benefits", href: "#features"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Events",
- href: "#",
- },
+ label: "Events", href: "#"},
{
- label: "Community",
- href: "#community",
- },
+ label: "Community", href: "#community"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
- copyrightText="© 2024 Apex Lounge. All rights reserved."
+ copyrightText="© 2025 Apex Lounge. All rights reserved."
/>
);
-}
+}
\ No newline at end of file