Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-09 07:03:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -190,7 +190,7 @@ export default function LandingPage() {
<div id="newsletter" data-section="newsletter">
<ContactFaq
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: "#" }}
ctaIcon={Mail}
faqs={[
@@ -251,4 +251,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}