From ff2864de516fba240cd2a132e1b10177634c3469 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:18:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63842f4..6e5dfd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,11 +81,15 @@ 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: "Sourcing", items: [ - "Ethically sourced textiles", "European production standards", "Sustainable packaging"], + heading: "Craftsmanship", content: [{ type: "text", 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: "Sourcing", content: [ + { type: "text", content: "Ethically sourced textiles" }, + { type: "text", content: "European production standards" }, + { type: "text", content: "Sustainable packaging" } + ] + } ]} /> -- 2.49.1