From abf14d389eacf74cd0b67eb38b94d8376922e9ea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 13:44:48 +0000 Subject: [PATCH] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index 25be2e7..f872687 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -29,6 +29,7 @@ export default function PrivacyPolicyPage() { { name: "Experience", id: "/" } ]} brandName="Velvet Roast" + button={{ text: "Order Now", href: "/" }} />
@@ -38,21 +39,13 @@ export default function PrivacyPolicyPage() { subtitle="Last updated: January 2025" sections={[ { - heading: "Introduction", content: { - type: "paragraph", text: "At Velvet Roast, we respect your privacy and are committed to protecting the personal information you share with us. This Privacy Policy explains how we collect, use, and safeguard your data." - } + heading: "Introduction", content: { type: "paragraph", text: "At Velvet Roast, we respect your privacy and are committed to protecting the personal information you share with us. This Privacy Policy explains how we collect, use, and safeguard your data." } }, { - heading: "Information Collection", content: { - type: "list", items: [ - "Contact details provided during newsletter sign-ups", "Information collected during online orders", "Technical data from website interactions (cookies, IP addresses)" - ] - } + heading: "Information Collection", content: { type: "list", items: ["Contact details provided during newsletter sign-ups", "Information collected during online orders", "Technical data from website interactions (cookies, IP addresses)"] } }, { - heading: "Use of Information", content: { - type: "paragraph", text: "We use the gathered information to provide, maintain, and improve our services, process orders, and communicate with you about updates and news." - } + heading: "Use of Information", content: { type: "paragraph", text: "We use the gathered information to provide, maintain, and improve our services, process orders, and communicate with you about updates and news." } } ]} />