Update src/app/page.tsx

This commit is contained in:
2026-03-04 13:38:39 +00:00
parent 65d12671d1
commit e2ccecd21d

View File

@@ -297,7 +297,7 @@ export default function HomePage() {
<ContactCenter
tag="Newsletter"
title="Stay Connected with AGRIIYUG"
description="Subscribe to receive updates on new features, farming tips, market insights, and exclusive offers for our community."
description="Get weekly market price alerts, pest prevention tips, and exclusive equipment deals to maximize your farm's productivity and profitability."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
@@ -318,4 +318,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}