Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-01 12:30:06 +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", 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." }] }
{ heading: "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." }] },
{ heading: "Privacy Policy", content: [{ type: "paragraph", text: "Your privacy is important to us. This policy explains how we collect, use, and protect your personal data." }] },
{ heading: "Shipping Policy", content: [{ type: "paragraph", text: "Details on shipping methods, costs, and delivery times for your World Cup merchandise." }] },
{ heading: "Return Policy", content: [{ type: "paragraph", text: "Information on how to return or exchange products purchased from our store." }] }
]}
/>
</div>