3 Commits

Author SHA1 Message Date
b2bd5b0d94 Update src/app/page.tsx 2026-03-09 07:03:51 +00:00
5625bd2783 Update src/app/layout.tsx 2026-03-09 07:03:51 +00:00
18a54fad94 Merge version_2 into main
Merge version_2 into main
2026-03-09 07:02:28 +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>
);
}
}