Merge version_1 into main #2
@@ -34,9 +34,7 @@ export default function CompetitionsPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Enter Competition",
|
||||
href: "/competitions",
|
||||
}}
|
||||
text: "Enter Competition", href: "/competitions"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,36 +51,16 @@ export default function CompetitionsPage() {
|
||||
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=2",
|
||||
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=2",
|
||||
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=2",
|
||||
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,
|
||||
},
|
||||
{
|
||||
id: "comp-4",
|
||||
name: "Designer Handbag & Accessories",
|
||||
price: "£199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=3",
|
||||
imageAlt: "Luxury designer bag",
|
||||
initialQuantity: 1,
|
||||
id: "comp-4", name: "Designer Handbag & Accessories", price: "£199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Luxury designer bag", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
|
||||
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Premium Prize Competitions | Fair & UK Compliant | PrizeNow",
|
||||
description: "Experience verified, skill-based prize competitions with transparent RNG draws. Certified UK-compliant competitions with premium prizes from luxury watches to exclusive experiences. Secure Stripe payments.",
|
||||
keywords: "prize competitions, UK skill-based, verified winners, luxury prizes, transparent draws, RNG certified, secure competitions, prize giveaway",
|
||||
metadataBase: new URL("https://prizenow.co.uk"),
|
||||
title: "Premium Prize Competitions | Fair & UK Compliant | PrizeNow", description: "Experience verified, skill-based prize competitions with transparent RNG draws. Certified UK-compliant competitions with premium prizes from luxury watches to exclusive experiences. Secure Stripe payments.", keywords: "prize competitions, UK skill-based, verified winners, luxury prizes, transparent draws, RNG certified, secure competitions, prize giveaway", metadataBase: new URL("https://prizenow.co.uk"),
|
||||
alternates: {
|
||||
canonical: "https://prizenow.co.uk",
|
||||
},
|
||||
canonical: "https://prizenow.co.uk"},
|
||||
openGraph: {
|
||||
title: "Premium Prize Competitions - PrizeNow",
|
||||
description: "Fair, transparent, UK-compliant skill-based competitions. Enter now for a chance to win extraordinary prizes.",
|
||||
url: "https://prizenow.co.uk",
|
||||
siteName: "PrizeNow",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Premium Prize Competitions - PrizeNow", description: "Fair, transparent, UK-compliant skill-based competitions. Enter now for a chance to win extraordinary prizes.", url: "https://prizenow.co.uk", siteName: "PrizeNow", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/12-12-shopping-festival-sale-banner-with-gold-confetti_206725-418.jpg",
|
||||
alt: "PrizeNow Premium Competitions",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-vector/12-12-shopping-festival-sale-banner-with-gold-confetti_206725-418.jpg", alt: "PrizeNow Premium Competitions"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Premium Prize Competitions | PrizeNow",
|
||||
description: "UK-compliant, verified competitions with transparent RNG draws. Win luxury prizes today.",
|
||||
images: ["http://img.b2bpic.net/free-vector/12-12-shopping-festival-sale-banner-with-gold-confetti_206725-418.jpg"],
|
||||
card: "summary_large_image", title: "Premium Prize Competitions | PrizeNow", description: "UK-compliant, verified competitions with transparent RNG draws. Win luxury prizes today.", images: ["http://img.b2bpic.net/free-vector/12-12-shopping-festival-sale-banner-with-gold-confetti_206725-418.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
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}
|
||||
/>
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function WinnersPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Enter Competition",
|
||||
href: "/competitions",
|
||||
}}
|
||||
text: "Enter Competition", href: "/competitions"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,69 +51,21 @@ export default function WinnersPage() {
|
||||
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=4",
|
||||
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=4",
|
||||
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=3",
|
||||
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=3",
|
||||
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=5",
|
||||
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=5",
|
||||
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"},
|
||||
{
|
||||
id: "7",
|
||||
name: "David Richardson",
|
||||
handle: "@certified_winner",
|
||||
testimonial: "The RNG certificate gave me complete confidence. Won on my second competition attempt. Support team was incredibly responsive and helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=4",
|
||||
imageAlt: "smiling person portrait professional confident",
|
||||
},
|
||||
id: "7", name: "David Richardson", handle: "@certified_winner", testimonial: "The RNG certificate gave me complete confidence. Won on my second competition attempt. Support team was incredibly responsive and helpful.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "smiling person portrait professional confident"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Rachel Stone",
|
||||
handle: "@prize_joy",
|
||||
testimonial: "Won a premium tech bundle. The entire platform feels legitimate and professional. This is what online competitions should be like!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg?_wi=4",
|
||||
imageAlt: "happy professional portrait satisfied winner",
|
||||
},
|
||||
id: "8", name: "Rachel Stone", handle: "@prize_joy", testimonial: "Won a premium tech bundle. The entire platform feels legitimate and professional. This is what online competitions should be like!", 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"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user