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