Merge version_1 into main #2

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

View File

@@ -41,27 +41,23 @@ export default function WeddingRSVP() {
title="Celebrate with us—RSVP in 60 seconds"
description="Let us know you're coming and share any dietary needs. Your response helps us plan the perfect day."
tag="RSVP"
background={{ variant: "glowing-orb" }}
background={{ variant: "floatingGradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"
imageAlt="Engaged couple celebrating their upcoming wedding"
mediaAnimation="slide-up"
testimonials={[
{
name: "Sarah", handle: "The Bride", testimonial: "We can't wait to celebrate this special day with everyone we love. Your presence means the world to us!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=1"
name: "Sarah", handle: "The Bride", testimonial: "We can't wait to celebrate this special day with everyone we love. Your presence means the world to us!", rating: 5, imageSrc: "/placeholders/placeholder1.webp"
},
{
name: "James", handle: "The Groom", testimonial: "We've put so much thought into making this day unforgettable for our guests. Can't wait to see you there!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=2"
name: "James", handle: "The Groom", testimonial: "We've put so much thought into making this day unforgettable for our guests. Can't wait to see you there!", rating: 5, imageSrc: "/placeholders/placeholder1.webp"
},
{
name: "Emily", handle: "Maid of Honor", testimonial: "This wedding is going to be absolutely magical. They deserve the best celebration ever!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=3"
name: "Emily", handle: "Maid of Honor", testimonial: "This wedding is going to be absolutely magical. They deserve the best celebration ever!", rating: 5, imageSrc: "/placeholders/placeholder1.webp"
},
{
name: "David", handle: "Best Man", testimonial: "Get ready for an amazing celebration. These two are perfect for each other!", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=4"
name: "David", handle: "Best Man", testimonial: "Get ready for an amazing celebration. These two are perfect for each other!", rating: 5, imageSrc: "/placeholders/placeholder1.webp"
}
]}
buttons={[
@@ -76,7 +72,7 @@ export default function WeddingRSVP() {
title="Tell Us You're Coming"
description="Complete this quick form so we can finalize seating arrangements and catering details. We promise it takes less than a minute!"
tagIcon={Heart}
background={{ variant: "glowing-orb" }}
background={{ variant: "floatingGradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Submit RSVP"