From e28dbc5403b18afe559d508ebbf2503ecf45a1a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:19:50 +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 6fa7136..6728f72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,10 +83,10 @@ export default function LandingPage() { subtitle="Our commitment to excellence." sections={[ { - heading: "Craftsmanship", content: "Every garment produced by Save Europa is inspected against rigorous standards to ensure the longevity of our materials and the precision of our embroidery." + heading: "Craftsmanship", content: [{ type: "paragraph", text: "Every garment produced by Save Europa is inspected against rigorous standards to ensure the longevity of our materials and the precision of our embroidery." }] }, { - heading: "Sourcing", content: ["Ethically sourced textiles", "European production standards", "Sustainable packaging"] + heading: "Sourcing", content: [{ type: "list", items: ["Ethically sourced textiles", "European production standards", "Sustainable packaging"] }] } ]} /> @@ -113,4 +113,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1