From a3bb04c0cdd39d22285e8c866749fb0edc928295 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:26:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34d6638..75755de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,11 +128,11 @@ export default function LandingPage() { sections={[ { heading: "Authenticity Guarantee", content: { - text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans."}, + type: "paragraph", text: "Every item sold by Aurelia is guaranteed to be 100% authentic, sourced directly from our master artisans."}, }, { heading: "Returns & Exchanges", content: { - items: [ + type: "list", items: [ "30-day return window", "Original packaging required", "Complimentary return shipping"], }, }, -- 2.49.1