Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-06-01 12:28:56 +00:00

View File

@@ -96,10 +96,10 @@ export default function LandingPage() {
layout="section"
title="Legal Information"
sections={[
{ id: "terms", title: "Terms of Service", content: [{ type: "paragraph", content: "Welcome to World Cup Store! By using our services, you agree to our terms. Please read them carefully." }] },
{ id: "privacy", title: "Privacy Policy", content: [{ type: "paragraph", content: "Your privacy is important to us. This policy explains how we collect, use, and protect your personal data." }] },
{ id: "shipping", title: "Shipping Policy", content: [{ type: "paragraph", content: "Details on shipping methods, costs, and delivery times for your World Cup merchandise." }] },
{ id: "returns", title: "Return Policy", content: [{ type: "paragraph", content: "Information on how to return or exchange products purchased from our store." }] }
{ id: "terms", title: "Terms of Service", content: [{ type: "paragraph", text: "Welcome to World Cup Store! By using our services, you agree to our terms. Please read them carefully." }] },
{ id: "privacy", title: "Privacy Policy", content: [{ type: "paragraph", text: "Your privacy is important to us. This policy explains how we collect, use, and protect your personal data." }] },
{ id: "shipping", title: "Shipping Policy", content: [{ type: "paragraph", text: "Details on shipping methods, costs, and delivery times for your World Cup merchandise." }] },
{ id: "returns", title: "Return Policy", content: [{ type: "paragraph", text: "Information on how to return or exchange products purchased from our store." }] }
]}
/>
</div>