Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-03 05:41:30 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -227,7 +227,7 @@ export default function HomePage() {
<ContactCenter <ContactCenter
tag="Newsletter" tag="Newsletter"
title="Stay Updated with Exclusive Offers" title="Stay Updated with Exclusive Offers"
description="Subscribe to our newsletter for early access to new products, special promotions, and exclusive 3D previews of upcoming collections." description="Get early access to new 3D products and exclusive deals. Subscribe to our newsletter for special promotions and exclusive 3D previews of upcoming collections."
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
@@ -285,4 +285,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }