Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-28 17:38:16 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}