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" }}
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}
ratingText="Trusted by thousands of lovers"
@@ -186,13 +188,13 @@ export default function LandingPage() {
<ContactCenter
tag="Newsletter"
tagIcon={Mail}
title="Stay Connected"
description="Subscribe to our newsletter for exclusive gifts, romantic ideas, and special offers delivered to your inbox."
title="Exclusive Early Access Awaits"
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" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe at any time."
buttonText="Get 15% Off"
termsText="We respect your privacy. Unsubscribe at any time. Early access subscribers get first dibs on new collections."
/>
</div>
@@ -226,4 +228,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}