Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 21:19:01 +00:00

View File

@@ -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"