Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2bd5b0d94 | |||
| 5625bd2783 | |||
| 18a54fad94 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
|||||||
<div id="newsletter" data-section="newsletter">
|
<div id="newsletter" data-section="newsletter">
|
||||||
<ContactFaq
|
<ContactFaq
|
||||||
ctaTitle="Join the Fashion Club Community"
|
ctaTitle="Join the Fashion Club Community"
|
||||||
ctaDescription="Be the first to discover new arrivals and exclusive in-store finds."
|
ctaDescription="Get notified of daily new arrivals and exclusive in-store treasures before they're gone"
|
||||||
ctaButton={{ text: "Get Updates on New Arrivals", href: "#" }}
|
ctaButton={{ text: "Get Updates on New Arrivals", href: "#" }}
|
||||||
ctaIcon={Mail}
|
ctaIcon={Mail}
|
||||||
faqs={[
|
faqs={[
|
||||||
@@ -251,4 +251,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user