From 300d96f95fc551b1f3eadcf473173444af063b52 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 22:08:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1230648..a399d05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import { Award, BarChart, Crown, Facebook, Film, Flame, Gauge, HelpCircle, Instagram, Link, Newspaper, Rocket, Shield, Sparkles, Star, Trophy, Twitter, Zap } from "lucide-react"; +import { Award, BarChart, Crown, Film, Flame, Gauge, HelpCircle, Link, Newspaper, Rocket, Shield, Sparkles, Star, Trophy, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -107,19 +107,19 @@ export default function LandingPage() { avatarText="Over 1 Million Passionate Fans" marqueeItems={[ { - type: "text-icon", text: "League Champions", icon: Trophy, + type: "text-icon", text: "League Champions", icon: Trophy }, { - type: "text-icon", text: "Continental Victories", icon: Crown, + type: "text-icon", text: "Continental Victories", icon: Crown }, { - type: "text-icon", text: "Unbreakable Spirit", icon: Sparkles, + type: "text-icon", text: "Unbreakable Spirit", icon: Sparkles }, { - type: "text-icon", text: "Future of Tunisian Sport", icon: Rocket, + type: "text-icon", text: "Future of Tunisian Sport", icon: Rocket }, { - type: "text-icon", text: "EST Always First", icon: Flame, + type: "text-icon", text: "EST Always First", icon: Flame }, ]} marqueeSpeed={40} @@ -274,43 +274,39 @@ export default function LandingPage() {
- console.log(data)} + imageSrc="http://img.b2bpic.net/free-photo/football-player-jumping-with-ball_23-2149509428.jpg" + imageAlt="Football player making a jump kick" + mediaPosition="right" />
); -} +} \ No newline at end of file