Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 23:18:13 +00:00

View File

@@ -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" }
]
}
]}
/>
</div>