Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-02 20:00:52 +00:00
3 changed files with 25 additions and 25 deletions

View File

@@ -51,16 +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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", imageAlt: "Luxury designer bag", initialQuantity: 1,
},
]}
gridVariant="bento-grid"

View File

@@ -57,16 +57,16 @@ export default function HomePage() {
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", imageAlt: "happy winner celebration portrait professional"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=1", 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", imageAlt: "happy customer testimonial portrait satisfied"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", 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", imageAlt: "smiling person portrait professional confident"},
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: "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"},
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"},
]}
buttons={[
{ text: "Browse Competitions", href: "/competitions" },
@@ -89,13 +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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Premium vacation experience", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -177,17 +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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=3", imageAlt: "happy customer testimonial portrait satisfied"},
]}
speed={40}
/>

View File

@@ -51,21 +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", 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?_wi=4", 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", 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?_wi=4", 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", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=5", 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", 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?_wi=5", 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", 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?_wi=4", 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", 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?_wi=4", imageAlt: "happy professional portrait satisfied winner"},
]}
speed={40}
/>