Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 21:59:18 +00:00

View File

@@ -8,10 +8,10 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import BlogCardOne from '@/components/sections/blog/BlogOne'; import BlogCardOne from '@/components/sections/blog/BlogCardOne/BlogCardOne';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { Bot, User, Stadium } from "lucide-react"; import { Bot, User, Building } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -90,7 +90,7 @@ export default function LandingPage() {
features={[ features={[
{ title: "Elite Training & Development", description: "Our state-of-the-art academy and coaching staff nurture raw talent into world-class players, focusing on technical skill, tactical awareness, and physical conditioning.", bentoComponent: "globe" }, { title: "Elite Training & Development", description: "Our state-of-the-art academy and coaching staff nurture raw talent into world-class players, focusing on technical skill, tactical awareness, and physical conditioning.", bentoComponent: "globe" },
{ title: "Vibrant Community & Fan Engagement", description: "Experience the heart of football with our passionate fan base. We organize exclusive events, fan zones, and community outreach programs that bring everyone closer to the game.", bentoComponent: "chat", aiIcon: Bot, userIcon: User, exchanges: [{ userMessage: "When's the next fan event?", aiResponse: "Our next fan meet-and-greet is on April 22nd! Check the 'Events' section for details." }, { userMessage: "How can I join the youth academy?", aiResponse: "Visit our 'Youth Academy' page for trial dates and application forms. We're always looking for future stars!" }], placeholder: "Ask about our club..." }, { title: "Vibrant Community & Fan Engagement", description: "Experience the heart of football with our passionate fan base. We organize exclusive events, fan zones, and community outreach programs that bring everyone closer to the game.", bentoComponent: "chat", aiIcon: Bot, userIcon: User, exchanges: [{ userMessage: "When's the next fan event?", aiResponse: "Our next fan meet-and-greet is on April 22nd! Check the 'Events' section for details." }, { userMessage: "How can I join the youth academy?", aiResponse: "Visit our 'Youth Academy' page for trial dates and application forms. We're always looking for future stars!" }], placeholder: "Ask about our club..." },
{ title: "Modern Facilities & Innovation", description: "Train and play in top-tier stadiums and training grounds equipped with the latest sports technology for performance analysis and player welfare.", bentoComponent: "reveal-icon", icon: Stadium } { title: "Modern Facilities & Innovation", description: "Train and play in top-tier stadiums and training grounds equipped with the latest sports technology for performance analysis and player welfare.", bentoComponent: "reveal-icon", icon: Building }
]} ]}
animationType="slide-up" animationType="slide-up"
title="Beyond the Pitch: Our Core Strengths" title="Beyond the Pitch: Our Core Strengths"