diff --git a/src/app/page.tsx b/src/app/page.tsx index 36ddc64..877d425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Activity, Award, DollarSign, Mic, Scale, Trophy, Wallet, Landmark, Basketball, Bitcoin, Cpu, Users, TrendingUp } from "lucide-react"; +import { Activity, Award, DollarSign, Mic, Scale, Trophy, Wallet, Landmark, Bitcoin, Cpu, Users, TrendingUp, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -68,7 +68,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Politics", description: "Debate policy, governance, and current affairs.", bentoComponent: "reveal-icon", icon: Landmark, button: { text: "Start Debate" } }, - { title: "Sports", description: "Settle rivalries, GOAT debates, and match predictions.", bentoComponent: "reveal-icon", icon: Basketball, button: { text: "Start Debate" } }, + { title: "Sports", description: "Settle rivalries, GOAT debates, and match predictions.", bentoComponent: "reveal-icon", icon: Circle, button: { text: "Start Debate" } }, { title: "Crypto", description: "Market movements, blockchain tech, and assets.", bentoComponent: "reveal-icon", icon: Bitcoin, button: { text: "Start Debate" } }, { title: "Geopolitics", description: "Global strategy, international relations, and borders.", bentoComponent: "reveal-icon", icon: Activity, button: { text: "Start Debate" } }, { title: "Technology", description: "Future of AI, hardware, and software innovation.", bentoComponent: "reveal-icon", icon: Cpu, button: { text: "Start Debate" } },