From 283728ebaeb49527847498e73052c877b8a4b363 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:18:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92ea150..e13550c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,24 +23,24 @@ export default function WaitlistPage() { const offerFeatures = [ { id: 1, - title: "Email Notification", description: "Get notified the moment we launch. First to know, first to access. No spam, just important updates about your release.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-boxing-day-sale-badge-collection_23-2148358359.jpg", imageAlt: "Email notification icon"}, + title: "Email Notification", description: "Get notified the moment we launch. First to know, first to access. No spam, just important updates about your release.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-boxing-day-sale-badge-collection_23-2148358359.jpg?_wi=1", imageAlt: "Email notification icon"}, { id: 2, - title: "15% Discount Code", description: "Provide your phone number to receive an exclusive 15% off gift code via SMS upon launch. Available only for waitlist members.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-boxing-day-sale-badge-collection_23-2148358359.jpg", imageAlt: "Discount code badge"}, + title: "15% Discount Code", description: "Provide your phone number to receive an exclusive 15% off gift code via SMS upon launch. Available only for waitlist members.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-boxing-day-sale-badge-collection_23-2148358359.jpg?_wi=2", imageAlt: "Discount code badge"}, { id: 3, - title: "Priority Access", description: "Early access to limited inventory. Be first in line to secure your purchase before inventory runs out.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-boxing-day-sale-badge-collection_23-2148358359.jpg", imageAlt: "Priority access indicator"}, + title: "Priority Access", description: "Early access to limited inventory. Be first in line to secure your purchase before inventory runs out.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-boxing-day-sale-badge-collection_23-2148358359.jpg?_wi=3", imageAlt: "Priority access indicator"}, ]; const testimonials = [ { - id: "1", name: "Alex Johnson", role: "Product Enthusiast", testimonial: "I joined the waitlist and the updates have been fantastic. Can't wait to get my hands on this release!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Johnson"}, + id: "1", name: "Alex Johnson", role: "Product Enthusiast", testimonial: "I joined the waitlist and the updates have been fantastic. Can't wait to get my hands on this release!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alex Johnson"}, { - id: "2", name: "Sarah Chen", role: "Early Adopter", testimonial: "The 15% discount for providing my phone number is a great incentive. Definitely staying updated for launch day!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen", role: "Early Adopter", testimonial: "The 15% discount for providing my phone number is a great incentive. Definitely staying updated for launch day!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"}, { - id: "3", name: "Michael Torres", role: "Tech Developer", testimonial: "This waitlist has been incredibly transparent about the launch timeline. Impressed with how they're communicating.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres"}, + id: "3", name: "Michael Torres", role: "Tech Developer", testimonial: "This waitlist has been incredibly transparent about the launch timeline. Impressed with how they're communicating.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Torres"}, { - id: "4", name: "Emma Williams", role: "Business Owner", testimonial: "Finally getting that exclusive discount for early supporters. This is the kind of customer appreciation I love to see!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Williams"}, + id: "4", name: "Emma Williams", role: "Business Owner", testimonial: "Finally getting that exclusive discount for early supporters. This is the kind of customer appreciation I love to see!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emma Williams"}, ]; const footerColumns = [ @@ -106,7 +106,7 @@ export default function WaitlistPage() { buttons={heroButtons} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-vector/opening-soon-composition-with-flat-design_23-2147870239.jpg" + imageSrc="http://img.b2bpic.net/free-vector/opening-soon-composition-with-flat-design_23-2147870239.jpg?_wi=1" imageAlt="Upcoming product release showcase" frameStyle="card" mediaAnimation="opacity" @@ -135,7 +135,7 @@ export default function WaitlistPage() { inputs={contactInputs} textarea={contactTextarea} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/opening-soon-composition-with-flat-design_23-2147870239.jpg" + imageSrc="http://img.b2bpic.net/free-vector/opening-soon-composition-with-flat-design_23-2147870239.jpg?_wi=2" imageAlt="Waitlist signup form" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1