Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:41:26 +00:00
parent 40eca109df
commit 410d91944a

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>
);
}
}