From 88ff64e6ba2b430eac594c6e591680719aee8402 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:30:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f32d92..91a710d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." }] } ]} />