diff --git a/src/app/page.tsx b/src/app/page.tsx
index 17295af..d740e9c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -60,12 +60,12 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
carouselItems={[
- { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg?_wi=1", imageAlt: "luxury casino background" },
- { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/big-win-slot-concept-realistic-style_52683-8471.jpg?_wi=1", imageAlt: "slot machine game interface" },
- { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/glowing-casino-playing-cards-banner_1017-32731.jpg?_wi=1", imageAlt: "poker table cards" },
- { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/social-media-post-template-casino-gambling_23-2150257490.jpg?_wi=1", imageAlt: "roulette wheel casino" },
- { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/golden-christmas-sale-banners_23-2148365735.jpg?_wi=1", imageAlt: "promotion banner" },
- { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg?_wi=2", imageAlt: "luxury casino" }
+ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg", imageAlt: "luxury casino background" },
+ { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/big-win-slot-concept-realistic-style_52683-8471.jpg", imageAlt: "slot machine game interface" },
+ { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/glowing-casino-playing-cards-banner_1017-32731.jpg", imageAlt: "poker table cards" },
+ { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/social-media-post-template-casino-gambling_23-2150257490.jpg", imageAlt: "roulette wheel casino" },
+ { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/golden-christmas-sale-banners_23-2148365735.jpg", imageAlt: "promotion banner" },
+ { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/tired-black-man-failing-some-tasks-struggling-focus-home_482257-126259.jpg", imageAlt: "luxury casino" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -89,28 +89,13 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
- id: "game-1",
- name: "Golden Dragon Slots",
- price: "$0.01 - $10.00",
- imageSrc: "http://img.b2bpic.net/free-vector/big-win-slot-concept-realistic-style_52683-8471.jpg?_wi=2",
- imageAlt: "Golden Dragon Slots Game Interface",
- initialQuantity: 1
+ id: "game-1", name: "Golden Dragon Slots", price: "$0.01 - $10.00", imageSrc: "http://img.b2bpic.net/free-vector/big-win-slot-concept-realistic-style_52683-8471.jpg", imageAlt: "Golden Dragon Slots Game Interface", initialQuantity: 1
},
{
- id: "game-2",
- name: "Premium Poker Tables",
- price: "$1 - $1000 Buy-in",
- imageSrc: "http://img.b2bpic.net/free-vector/glowing-casino-playing-cards-banner_1017-32731.jpg?_wi=2",
- imageAlt: "Premium Poker Game Interface",
- initialQuantity: 1
+ id: "game-2", name: "Premium Poker Tables", price: "$1 - $1000 Buy-in", imageSrc: "http://img.b2bpic.net/free-vector/glowing-casino-playing-cards-banner_1017-32731.jpg", imageAlt: "Premium Poker Game Interface", initialQuantity: 1
},
{
- id: "game-3",
- name: "Luxury Roulette",
- price: "$0.50 - $500 Bet",
- imageSrc: "http://img.b2bpic.net/free-vector/social-media-post-template-casino-gambling_23-2150257490.jpg?_wi=2",
- imageAlt: "Luxury Roulette Game Interface",
- initialQuantity: 1
+ id: "game-3", name: "Luxury Roulette", price: "$0.50 - $500 Bet", imageSrc: "http://img.b2bpic.net/free-vector/social-media-post-template-casino-gambling_23-2150257490.jpg", imageAlt: "Luxury Roulette Game Interface", initialQuantity: 1
}
]}
/>
@@ -129,41 +114,22 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
- id: "promo-1",
- price: "$100",
- name: "Welcome Bonus",
- badge: "Most Popular",
- badgeIcon: Gift,
- buttons={[{ text: "Claim Bonus", href: "/claim-bonus" }]},
+ id: "promo-1", price: "$100", name: "Welcome Bonus", badge: "Most Popular", badgeIcon: Gift,
+ buttons: [{ text: "Claim Bonus", href: "/claim-bonus" }],
features: [
- "100% Match on First Deposit",
- "Up to $500 Bonus",
- "40x Wagering Requirement",
- "Valid on Slots & Live Casino"
+ "100% Match on First Deposit", "Up to $500 Bonus", "40x Wagering Requirement", "Valid on Slots & Live Casino"
]
},
{
- id: "promo-2",
- price: "$250",
- name: "Loyalty Rewards",
- buttons={[{ text: "Join VIP Club", href: "/vip" }]},
+ id: "promo-2", price: "$250", name: "Loyalty Rewards", buttons: [{ text: "Join VIP Club", href: "/vip" }],
features: [
- "Earn Points on Every Bet",
- "Monthly Cashback Rewards",
- "Exclusive VIP Games Access",
- "Priority Customer Support"
+ "Earn Points on Every Bet", "Monthly Cashback Rewards", "Exclusive VIP Games Access", "Priority Customer Support"
]
},
{
- id: "promo-3",
- price: "1000",
- name: "Free Spins Package",
- buttons={[{ text: "Get Free Spins", href: "/free-spins" }]},
+ id: "promo-3", price: "1000", name: "Free Spins Package", buttons: [{ text: "Get Free Spins", href: "/free-spins" }],
features: [
- "1000 Free Spins Daily",
- "No Deposit Required",
- "7-Day Validity Period",
- "Withdraw Winnings Instantly"
+ "1000 Free Spins Daily", "No Deposit Required", "7-Day Validity Period", "Withdraw Winnings Instantly"
]
}
]}
@@ -175,8 +141,7 @@ export default function HomePage() {