Merge version_1 into main #1

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

View File

@@ -56,7 +56,7 @@ export default function CompetitionsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=2",
imageAlt: "Premium Swiss watch",
initialQuantity: 1,
},
@@ -64,7 +64,7 @@ export default function CompetitionsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-wildlife-insecta-summer-bug_1232-3548.jpg?_wi=2",
imageAlt: "Luxury diamond ring",
initialQuantity: 1,
},
@@ -72,7 +72,7 @@ export default function CompetitionsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=2",
imageAlt: "Premium vacation experience",
initialQuantity: 1,
},
@@ -80,7 +80,7 @@ export default function CompetitionsPage() {
id: "comp-4",
name: "Designer Handbag & Accessories",
price: "£199",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=3",
imageAlt: "Luxury designer bag",
initialQuantity: 1,
},

View File

@@ -61,7 +61,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=1",
imageAlt: "happy winner celebration portrait professional",
},
{
@@ -69,7 +69,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
imageAlt: "happy customer testimonial portrait satisfied",
},
{
@@ -77,7 +77,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "smiling person portrait professional confident",
},
{
@@ -85,7 +85,7 @@ export default function HomePage() {
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",
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",
},
]}
@@ -113,7 +113,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=1",
imageAlt: "Premium Swiss watch",
initialQuantity: 1,
},
@@ -121,7 +121,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-wildlife-insecta-summer-bug_1232-3548.jpg?_wi=1",
imageAlt: "Luxury diamond ring",
initialQuantity: 1,
},
@@ -129,7 +129,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=1",
imageAlt: "Premium vacation experience",
initialQuantity: 1,
},
@@ -232,7 +232,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=2",
imageAlt: "happy winner celebration portrait professional",
},
{
@@ -240,7 +240,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "happy customer testimonial portrait satisfied",
},
{
@@ -248,7 +248,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "smiling person portrait professional confident",
},
{
@@ -256,7 +256,7 @@ export default function HomePage() {
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",
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",
},
{
@@ -264,7 +264,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=3",
imageAlt: "happy winner celebration portrait professional",
},
{
@@ -272,7 +272,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3",
imageAlt: "happy customer testimonial portrait satisfied",
},
]}

View File

@@ -57,7 +57,7 @@ export default function WinnersPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=4",
imageAlt: "happy winner celebration portrait professional",
},
{
@@ -65,7 +65,7 @@ export default function WinnersPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=4",
imageAlt: "happy customer testimonial portrait satisfied",
},
{
@@ -73,7 +73,7 @@ export default function WinnersPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3",
imageAlt: "smiling person portrait professional confident",
},
{
@@ -81,7 +81,7 @@ export default function WinnersPage() {
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",
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",
},
{
@@ -89,7 +89,7 @@ export default function WinnersPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg?_wi=5",
imageAlt: "happy winner celebration portrait professional",
},
{
@@ -97,7 +97,7 @@ export default function WinnersPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=5",
imageAlt: "happy customer testimonial portrait satisfied",
},
{
@@ -105,7 +105,7 @@ export default function WinnersPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=4",
imageAlt: "smiling person portrait professional confident",
},
{
@@ -113,7 +113,7 @@ export default function WinnersPage() {
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",
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",
},
]}