diff --git a/src/app/page.tsx b/src/app/page.tsx index cbdafea..f86fb26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,8 +103,8 @@ export default function LandingPage() { title="Our Policy" subtitle="Transparency in everything we do." sections={[ - { heading: "Authenticity Guarantee", content: [{ type: "text", text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans." }] }, - { heading: "Returns & Exchanges", content: [{ type: "text", text: "30-day return window. Original packaging required. Complimentary return shipping." }] }, + { heading: "Authenticity Guarantee", content: { type: "paragraph", text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans." } }, + { heading: "Returns & Exchanges", content: { type: "list", items: ["30-day return window", "Original packaging required", "Complimentary return shipping"] } }, ]} />