1 Commits

Author SHA1 Message Date
7b4b7d02e4 Update src/app/page.tsx 2026-03-10 05:33:56 +00:00

View File

@@ -49,9 +49,11 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-rose-bouquet_23-2148380903.jpg", imageAlt: "Elegant romantic bouquet with soft pink roses"}, imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-rose-bouquet_23-2148380903.jpg", imageAlt: "Elegant romantic bouquet with soft pink roses"
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-eachother-support_23-2150446039.jpg", imageAlt: "Happy couple exchanging romantic gift"}, imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-eachother-support_23-2150446039.jpg", imageAlt: "Happy couple exchanging romantic gift"
},
]} ]}
rating={5} rating={5}
ratingText="Trusted by thousands of lovers" ratingText="Trusted by thousands of lovers"
@@ -186,13 +188,13 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Newsletter" tag="Newsletter"
tagIcon={Mail} tagIcon={Mail}
title="Stay Connected" title="Exclusive Early Access Awaits"
description="Subscribe to our newsletter for exclusive gifts, romantic ideas, and special offers delivered to your inbox." description="Join our VIP community and unlock exclusive early access to stunning new collections before anyone else. Plus, receive 15% off your first order when you subscribe today. Don't miss out on limited-edition pieces designed for those who appreciate the finer things in love."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe" buttonText="Get 15% Off"
termsText="We respect your privacy. Unsubscribe at any time." termsText="We respect your privacy. Unsubscribe at any time. Early access subscribers get first dibs on new collections."
/> />
</div> </div>
@@ -226,4 +228,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }