Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-12 23:19:21 +00:00

View File

@@ -30,6 +30,8 @@ export default function LandingPage() {
navItems={[
{ name: "Collection", id: "collection" },
{ name: "Heritage", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Legal", id: "legal" }
]}
brandName="Save Europa"
/>
@@ -81,14 +83,10 @@ export default function LandingPage() {
subtitle="Our commitment to excellence."
sections={[
{
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: "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",
content: {
type: "list", items: ["Ethically sourced textiles", "European production standards", "Sustainable packaging"]
}
heading: "Sourcing", content: ["Ethically sourced textiles", "European production standards", "Sustainable packaging"]
}
]}
/>