Merge version_1 into main #5
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user