6 Commits

Author SHA1 Message Date
48d2f8bceb Merge version_2 into main
Merge version_2 into main
2026-03-03 05:41:30 +00:00
410d91944a Update src/app/page.tsx 2026-03-03 05:41:26 +00:00
40eca109df Update src/app/layout.tsx 2026-03-03 05:41:26 +00:00
92e1f0782a Merge version_1 into main
Merge version_1 into main
2026-03-03 05:31:33 +00:00
bc7cd505df Merge version_1 into main
Merge version_1 into main
2026-03-03 05:29:58 +00:00
7199f1f52d Merge version_1 into main
Merge version_1 into main
2026-03-03 05:27:34 +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>
);
}
}