2 Commits

Author SHA1 Message Date
8a59165cf5 Update src/app/page.tsx 2026-03-04 17:54:38 +00:00
836a2210c3 Merge version_1 into main
Merge version_1 into main
2026-03-04 17:52:05 +00:00

View File

@@ -52,11 +52,9 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "Emma & James", handle: "Celebrated 10 Years Together", testimonial: "This made our Valentine's Day absolutely perfect! So romantic and special.", rating: 5,
{ name: "Emma & James", handle: "Celebrated 10 Years Together", testimonial: "This made our Valentine's Day absolutely perfect! So romantic and special.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg?_wi=1", imageAlt: "couple portrait happy together love"},
{
name: "Sarah", handle: "First Valentine's Together", testimonial: "The most beautiful Valentine's experience we could ask for!", rating: 5,
{ name: "Sarah", handle: "First Valentine's Together", testimonial: "The most beautiful Valentine's experience we could ask for!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "woman portrait happy smiling professional"},
]}
buttons={[
@@ -160,8 +158,8 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe Now"
termsText="We respect your privacy. Unsubscribe at any time."
buttonText="Subscribe for Exclusive Ideas"
termsText="Get 10% off your first romantic package. We respect your privacy. Unsubscribe at any time."
/>
</div>