2 Commits

Author SHA1 Message Date
3497c045e8 Switch to version 1: modified src/app/page.tsx 2026-03-10 05:36:34 +00:00
924a75f58a Merge version_3 into main
Merge version_3 into main
2026-03-10 05:33:59 +00:00

View File

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