Update src/app/page.tsx

This commit is contained in:
2026-03-12 02:28:38 +00:00
parent 29742a1e26
commit e9480a69e7

View File

@@ -13,7 +13,7 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import {
Zap,
Dices,
Spades,
Spade,
Circle,
Wand,
Crown,
@@ -73,7 +73,7 @@ export default function LandingPage() {
imagePosition="right"
marqueeItems={[
{ type: "text-icon", text: "Slots", icon: Dices },
{ type: "text-icon", text: "Poker", icon: Spades },
{ type: "text-icon", text: "Poker", icon: Spade },
{ type: "text-icon", text: "Roulette", icon: Circle },
{ type: "text-icon", text: "Blackjack", icon: Wand },
{ type: "text-icon", text: "Baccarat", icon: Crown },
@@ -236,7 +236,7 @@ export default function LandingPage() {
{
id: "5", title: "Is responsible gaming supported?", content: "Yes, we take responsible gaming seriously. Features include deposit limits, loss limits, session time reminders, self-exclusion options, and access to gambling support resources. Help is available 24/7 through our support team."},
{
id: "6", title: "How do I join the VIP program?", content: "VIP tiers are based on your total gaming activity and spending. Earn points with every bet—higher spend = faster tier progression. VIP members enjoy exclusive games, higher limits, personal concierge, and monthly bonuses."},
id: "6", title: "How do I join the VIP program?", content: "VIP tiers are based on your total gaming activity and spending. Earn points with every bet—higher spend = faster tier progression. VIP members enjoy exclusive games, higher limits, personal concierge, and monthly bonuses."}
]}
textPosition="left"
useInvertedBackground={false}