From 0622b98ce3f31346adb851b96d23e57df47fdd88 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:43:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b13b99..1ee6687 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; @@ -32,7 +32,7 @@ export default function LandingPage() {
- console.log("Opening interaction channel...") }] + }, + { + id: "f2", label: "Clash Squad", title: "4v4 Combat", items: ["Tactical rounds", "In-game voice", "Communication focused", "Strategy planning"], + buttons: [{ text: "Open Channel", onClick: () => console.log("Enabling team chat...") }] + }, + { + id: "f3", label: "Community Events", title: "Global Hub", items: ["Integrated chatrooms", "Direct squad messaging", "Social engagement", "Weekly coordination"], + buttons: [{ text: "Connect", onClick: () => console.log("Joining voice channel...") }] + }, ]} - title="Game Modes & Squads" - description="Jump into battle with your 4-member squad. No time limits, just pure skill." + title="Game Modes & Communication" + description="Jump into battle with your squad and utilize our integrated voice and text channels to dominate the competition." />
@@ -207,4 +217,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1