Update src/app/page.tsx
This commit is contained in:
135
src/app/page.tsx
135
src/app/page.tsx
@@ -38,9 +38,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Enter Competition",
|
||||
href: "/competitions",
|
||||
}}
|
||||
text: "Enter Competition", href: "/competitions"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,39 +53,20 @@ export default function HomePage() {
|
||||
imageSrc="http://img.b2bpic.net/free-vector/12-12-shopping-festival-sale-banner-with-gold-confetti_206725-418.jpg"
|
||||
imageAlt="Premium prize competition celebration"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Morrison",
|
||||
handle: "Winner - Luxury Watch",
|
||||
testimonial: "Incredible experience! The process was transparent and secure. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=1",
|
||||
imageAlt: "happy winner celebration portrait professional",
|
||||
},
|
||||
name: "James Morrison", handle: "Winner - Luxury Watch", testimonial: "Incredible experience! The process was transparent and secure. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", imageAlt: "happy winner celebration portrait professional"},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Winner - Premium Jewellery",
|
||||
testimonial: "Fair, trustworthy, and professionally run. Best competition platform I've used.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
|
||||
imageAlt: "happy customer testimonial portrait satisfied",
|
||||
},
|
||||
name: "Sarah Chen", handle: "Winner - Premium Jewellery", testimonial: "Fair, trustworthy, and professionally run. Best competition platform I've used.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "happy customer testimonial portrait satisfied"},
|
||||
{
|
||||
name: "Michael Davies",
|
||||
handle: "Winner - Exclusive Experience",
|
||||
testimonial: "Loved the skill-based format. Finally a platform that feels legitimate and premium.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "smiling person portrait professional confident",
|
||||
},
|
||||
name: "Michael Davies", handle: "Winner - Exclusive Experience", testimonial: "Loved the skill-based format. Finally a platform that feels legitimate and premium.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "smiling person portrait professional confident"},
|
||||
{
|
||||
name: "Emma Watson",
|
||||
handle: "Winner - Tech Bundle",
|
||||
testimonial: "Transparent RNG verification and instant notifications. Absolutely top-notch service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg?_wi=1",
|
||||
imageAlt: "happy professional portrait satisfied winner",
|
||||
},
|
||||
name: "Emma Watson", handle: "Winner - Tech Bundle", testimonial: "Transparent RNG verification and instant notifications. Absolutely top-notch service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg", imageAlt: "happy professional portrait satisfied winner"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Browse Competitions", href: "/competitions" },
|
||||
@@ -110,28 +89,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "comp-1",
|
||||
name: "Luxury Swiss Chronograph Watch",
|
||||
price: "£49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=1",
|
||||
imageAlt: "Premium Swiss watch",
|
||||
initialQuantity: 1,
|
||||
id: "comp-1", name: "Luxury Swiss Chronograph Watch", price: "£49", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Premium Swiss watch", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "comp-2",
|
||||
name: "Diamond Engagement Ring Collection",
|
||||
price: "£89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-wildlife-insecta-summer-bug_1232-3548.jpg?_wi=1",
|
||||
imageAlt: "Luxury diamond ring",
|
||||
initialQuantity: 1,
|
||||
id: "comp-2", name: "Diamond Engagement Ring Collection", price: "£89", imageSrc: "http://img.b2bpic.net/free-photo/fresh-wildlife-insecta-summer-bug_1232-3548.jpg", imageAlt: "Luxury diamond ring", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "comp-3",
|
||||
name: "Luxury Weekend Getaway Package",
|
||||
price: "£129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=1",
|
||||
imageAlt: "Premium vacation experience",
|
||||
initialQuantity: 1,
|
||||
id: "comp-3", name: "Luxury Weekend Getaway Package", price: "£129", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg", imageAlt: "Premium vacation experience", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -152,30 +116,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Select Competition",
|
||||
description: "Browse premium prize competitions from luxury watches to exclusive experiences",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Select Competition", description: "Browse premium prize competitions from luxury watches to exclusive experiences", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Sparkles, label: "Prize Value", value: "£500 - £50K+" },
|
||||
{ icon: Users, label: "Participants", value: "Real-time tracking" },
|
||||
{ icon: Clock, label: "Time Left", value: "Live countdown" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Answer Skill Question",
|
||||
description: "Demonstrate legitimate participation through our verified skill-based questions",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Answer Skill Question", description: "Demonstrate legitimate participation through our verified skill-based questions", bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Brain, title: "Challenge Question", subtitle: "Test your knowledge", detail: "Answer correctly to proceed" },
|
||||
{ icon: Lock, title: "Secure Validation", subtitle: "Server-side verification", detail: "Compliance with UK rules" },
|
||||
{ icon: Ticket, title: "Ticket Generated", subtitle: "Unique auto-numbered", detail: "Stock updated instantly" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Secure Payment",
|
||||
description: "Industry-standard Stripe integration with full PCI compliance",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Shield,
|
||||
title: "Secure Payment", description: "Industry-standard Stripe integration with full PCI compliance", bentoComponent: "orbiting-icons", centerIcon: Shield,
|
||||
items: [
|
||||
{ icon: CreditCard, ring: 1 },
|
||||
{ icon: Lock, ring: 1 },
|
||||
@@ -184,18 +139,12 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Certified RNG Draw",
|
||||
description: "Independent external random number generator ensures absolute fairness and UK compliance",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Draw Process",
|
||||
subheading: "Transparent & Verified",
|
||||
items: [
|
||||
title: "Certified RNG Draw", description: "Independent external random number generator ensures absolute fairness and UK compliance", bentoComponent: "timeline", heading: "Draw Process", subheading: "Transparent & Verified", items: [
|
||||
{ label: "Export Participants", detail: "Complete verified list" },
|
||||
{ label: "External RNG", detail: "Random.org or RandomPicker" },
|
||||
{ label: "Publish Winner", detail: "Instant notification & certificate" },
|
||||
],
|
||||
completedLabel: "Certified",
|
||||
},
|
||||
completedLabel: "Certified"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,53 +177,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Morrison",
|
||||
handle: "@winner_2025_london",
|
||||
testimonial: "Won the luxury watch competition in my first attempt. The process was completely transparent and I received my prize within 2 weeks. Absolutely trustworthy platform!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=2",
|
||||
imageAlt: "happy winner celebration portrait professional",
|
||||
},
|
||||
id: "1", name: "James Morrison", handle: "@winner_2025_london", testimonial: "Won the luxury watch competition in my first attempt. The process was completely transparent and I received my prize within 2 weeks. Absolutely trustworthy platform!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", imageAlt: "happy winner celebration portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
handle: "@premium_jewel_winner",
|
||||
testimonial: "The skill question was fair and challenging. Getting my diamond ring was a dream come true. PrizeNow is the most legitimate platform I've seen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
|
||||
imageAlt: "happy customer testimonial portrait satisfied",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", handle: "@premium_jewel_winner", testimonial: "The skill question was fair and challenging. Getting my diamond ring was a dream come true. PrizeNow is the most legitimate platform I've seen.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "happy customer testimonial portrait satisfied"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Davies",
|
||||
handle: "@getaway_winner_2025",
|
||||
testimonial: "Won an exclusive luxury holiday package. The entire experience from entry to win was seamless. RNG certificate was impressive proof of legitimacy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
|
||||
imageAlt: "smiling person portrait professional confident",
|
||||
},
|
||||
id: "3", name: "Michael Davies", handle: "@getaway_winner_2025", testimonial: "Won an exclusive luxury holiday package. The entire experience from entry to win was seamless. RNG certificate was impressive proof of legitimacy.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "smiling person portrait professional confident"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Watson",
|
||||
handle: "@tech_bundle_lucky",
|
||||
testimonial: "As someone skeptical about online competitions, PrizeNow proved their credentials. Every detail was verified. Genuinely loved the experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg?_wi=2",
|
||||
imageAlt: "happy professional portrait satisfied winner",
|
||||
},
|
||||
id: "4", name: "Emma Watson", handle: "@tech_bundle_lucky", testimonial: "As someone skeptical about online competitions, PrizeNow proved their credentials. Every detail was verified. Genuinely loved the experience!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg", imageAlt: "happy professional portrait satisfied winner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Oliver Thompson",
|
||||
handle: "@experience_winner",
|
||||
testimonial: "Won a Michelin-star dining experience. The application process was quick, payment secure via Stripe, and support was exceptional throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=3",
|
||||
imageAlt: "happy winner celebration portrait professional",
|
||||
},
|
||||
id: "5", name: "Oliver Thompson", handle: "@experience_winner", testimonial: "Won a Michelin-star dining experience. The application process was quick, payment secure via Stripe, and support was exceptional throughout.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", imageAlt: "happy winner celebration portrait professional"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Jessica Hamilton",
|
||||
handle: "@luxury_winner_proud",
|
||||
testimonial: "Best online competition platform by far. Fair, transparent, and premium. Already planning to enter the next draw!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3",
|
||||
imageAlt: "happy customer testimonial portrait satisfied",
|
||||
},
|
||||
id: "6", name: "Jessica Hamilton", handle: "@luxury_winner_proud", testimonial: "Best online competition platform by far. Fair, transparent, and premium. Already planning to enter the next draw!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "happy customer testimonial portrait satisfied"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user