Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10c3f04473 | |||
| c7d99e63d7 | |||
| af457e9911 | |||
| ab6f183c33 |
@@ -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: "#" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user