From 6c9dbbc73490815a60fb26124b8181394644942d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:29:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec83104..fe80c47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1