diff --git a/src/app/page.tsx b/src/app/page.tsx index 3975db0..b9fbeb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Users, Palette, MessageCircle, User, Briefcase } from "lucide-react"; +import { Users, Palette, MessageCircle, User, Dices } from "lucide-react"; export default function LandingPage() { return ( @@ -67,7 +67,7 @@ export default function LandingPage() { title="Simple & Fun Mechanics" description="Roll the dice, move your pieces, and be the first to reach home! It's that simple and incredibly addictive." subdescription="Learn the ropes in minutes and dominate the board in hours." - icon={Briefcase} + icon={Dices} imageSrc="http://img.b2bpic.net/free-photo/gamers-having-fun-while-playing-videogames_23-2149142708.jpg" mediaAnimation="slide-up" useInvertedBackground={true} @@ -83,4 +83,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file