From 6bffccc75b34bdda0d83be5b903d7a754383f85d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 162af7a..85ed1bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,11 +128,11 @@ export default function LandingPage() { subtitle="Last updated: October 2023" sections={[ { - 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: "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: { 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." ] }, - }, + 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." ] } + } ]} />