Update src/app/page.tsx

This commit is contained in:
2026-04-06 15:37:11 +00:00
parent 9605b2d545
commit a9bfcc3d78

View File

@@ -128,10 +128,10 @@ export default function LandingPage() {
subtitle="Last updated: October 2023"
sections={[
{
heading: "User Agreement", content: { text: "By using Nova Threads, you agree to our community standards and resale policies. Ensure all items are authentic and accurately described." },
heading: "User Agreement", content: { type: "paragraph", text: "By using Nova Threads, you agree to our community standards and resale policies. Ensure all items are authentic and accurately described." },
},
{
heading: "Selling Guidelines", content: { items: [ "Only list items you own and have in your possession.", "Ensure images accurately reflect the current condition of the product.", "Shipping must occur within 3 business days of sale confirmation." ] },
heading: "Selling Guidelines", content: { type: "list", items: [ "Only list items you own and have in your possession.", "Ensure images accurately reflect the current condition of the product.", "Shipping must occur within 3 business days of sale confirmation." ] },
},
]}
/>