Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:29:32 +00:00
parent fd5f6dadaf
commit e013f37fd4

View File

@@ -237,7 +237,7 @@ export default function HomePage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Revolutionize Your Silk Production?"
description="Join thousands of sericulture farmers who are already transforming their disease management practices with intelligent, data-driven insights. Our team is ready to help you integrate SilkGuard into your farming operations."
description="Don't miss the early season monitoring window—the critical period for disease detection that determines your entire crop's health and yield. Limited demo slots available this month. Join thousands of sericulture farmers already transforming their disease management practices with intelligent, data-driven insights. Our team is ready to help you integrate SilkGuard into your farming operations before peak season arrives."
buttons={[
{ text: "Schedule Demo", href: "/contact" },
{ text: "Start Free Trial", href: "/dashboard" },
@@ -281,4 +281,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}