Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 05:41:31 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -227,7 +227,7 @@ export default function HomePage() {
<ContactCenter
tag="Newsletter"
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" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
@@ -285,4 +285,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}