From a0bcc764cf0cb49cef4ff690326fb4b605a1c1ca Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:27:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75755de..eeb2378 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,15 +127,9 @@ export default function LandingPage() { subtitle="Transparency in everything we do." sections={[ { - 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: "Authenticity Guarantee", content: "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"], - }, - }, + heading: "Returns & Exchanges", content: "30-day return window. Original packaging required. Complimentary return shipping."}, ]} /> -- 2.49.1