Update landing and weather observation policies

This commit is contained in:
2569718930@qq.com
2026-05-29 20:46:35 +08:00
parent 2f039abb2c
commit 5228d2b3fd
8 changed files with 469 additions and 279 deletions
+19 -6
View File
@@ -42,12 +42,25 @@ export default async function HomePage({
url: "https://polyweather.top",
applicationCategory: "BusinessApplication",
operatingSystem: "Web",
offers: {
"@type": "Offer",
price: "10.00",
priceCurrency: "USD",
description: "Monthly subscription",
},
offers: [
{
"@type": "Offer",
name: "Pro monthly",
price: "29.90",
priceCurrency: "USD",
description:
"Pro subscription for 30 days. Referral users pay 26.90 USD-equivalent USDC for the first month.",
availability: "https://schema.org/InStock",
},
{
"@type": "Offer",
name: "Pro quarterly",
price: "79.90",
priceCurrency: "USD",
description: "Pro subscription for 90 days.",
availability: "https://schema.org/InStock",
},
],
};
return (