From 10c3f0447331fe0908d5beecc7f789b4e680e465 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:19:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 871c9c7..f9dcc3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Crown, Sparkles, Target, TrendingUp, Zap } from 'lucide-react'; +import { Award, Crown, Sparkles, Target, TrendingUp, Zap, Clock, Flame } from 'lucide-react'; export default function LandingPage() { return ( @@ -68,15 +68,15 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "main-raffle", brand: "AuraRaffle", name: "Main Raffle", price: "$2 per ticket", rating: 5, + id: "main-raffle", brand: "AuraRaffle", name: "Main Raffle 🔥 Selling Fast", price: "$2 per ticket", rating: 5, reviewCount: "1.2M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AitAjL9fbSoaIbn1RTQ8DfPTmS/a-vibrant-raffle-ticket-card-design-show-1773335612959-41dc1950.png", imageAlt: "Main Raffle with $10,000+ prize pool" }, { - id: "premium-raffle", brand: "AuraRaffle", name: "Premium Raffle", price: "$3 per ticket", rating: 5, + id: "premium-raffle", brand: "AuraRaffle", name: "Premium Raffle ⏰ Ends Soon", price: "$3 per ticket", rating: 5, reviewCount: "856K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AitAjL9fbSoaIbn1RTQ8DfPTmS/a-luxurious-premium-raffle-card-design-t-1773335613714-03ed3b9b.png", imageAlt: "Premium Raffle exclusive for High Roller ranks" }, { - id: "vip-raffle", brand: "AuraRaffle", name: "VIP Exclusive Draw", price: "$5 per ticket", rating: 5, + id: "vip-raffle", brand: "AuraRaffle", name: "VIP Exclusive Draw 🔥 Limited", price: "$5 per ticket", rating: 5, reviewCount: "342K", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AitAjL9fbSoaIbn1RTQ8DfPTmS/an-ultra-premium-vip-exclusive-raffle-ca-1773335614306-f679256d.png", imageAlt: "VIP Exclusive raffle with premium rewards" } ]} @@ -84,6 +84,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardClassName="relative overflow-hidden" + cardNameClassName="text-base sm:text-lg font-bold text-white group-hover:text-yellow-300 transition-colors duration-300" buttons={[ { text: "View All Raffles", href: "#" } ]} -- 2.49.1