From 62998047448866d27f21ee119a58efde83798775 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:19:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a258e70..6fa7136 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"] } ]} />