diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e5dfd2..a258e70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,14 +81,14 @@ export default function LandingPage() { subtitle="Our commitment to excellence." sections={[ { - 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: "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: [ - { type: "text", content: "Ethically sourced textiles" }, - { type: "text", content: "European production standards" }, - { type: "text", content: "Sustainable packaging" } - ] + heading: "Sourcing", + content: { + type: "list", items: ["Ethically sourced textiles", "European production standards", "Sustainable packaging"] + } } ]} />