Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8dc4f6309d | |||
| 5bb5c00781 |
@@ -7,7 +7,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
|
|||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
title="Simple & Fun Mechanics"
|
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."
|
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."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/gamers-having-fun-while-playing-videogames_23-2149142708.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user