diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b0bc48..4968bee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." ] }, }, ]} />