"use client" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Alert, AlertDescription } from "@/components/ui/alert" import { Badge } from "@/components/ui/badge" import { Shield, Lock, Cookie, Globe, Mail, Info } from "lucide-react" import Link from "next/link" import { SectionWrapper } from "@/components/section-wrapper" export function PrivacyPage() { return (
{/* Hero / Header */}

Privacy Policy

We respect your privacy. This policy explains what information we collect, how we use it, and the choices you have. We keep it practical and transparent.

Last updated: 2025-09-16
{/* Summary Notice */}
{/* Sections */}
{/* Information We Collect */} Information We Collect

• Contact details (name, email, phone) when booking or contacting us.

• Tattoo consultation details you provide (style, size, placement, references).

• Basic device/browser data for site functionality and security.

• Optional social media links you share for portfolio references.

{/* How We Use Information */} How We Use Your Info

• To schedule appointments and communicate about your booking.

• To match you with an artist that fits your style and timeline.

• To improve the website experience and studio operations.

• To comply with health and safety regulations where applicable.

{/* Cookies */} Cookies & Analytics

• We may use basic cookies for site functionality (e.g., forms, navigation).

• We may use privacy-friendly analytics to understand site usage at an aggregate level.

• You can control cookies via your browser settings.

{/* Data Sharing */} Sharing & Third Parties

• We do not sell your personal information.

• We may share information with service providers (e.g., payment processors) to complete your request.

• If legally required, we may disclose information to comply with applicable laws.

{/* Retention & Security */} Retention & Security

• We retain information only as long as necessary for the purpose it was collected.

• We implement reasonable safeguards to protect your information.

• No method of transmission or storage is 100% secure, but we take your privacy seriously.

{/* Your Choices */} Your Choices & Contact

• You can request updates, corrections, or deletion of your information where applicable.

• To exercise your choices, contact us at{" "} info@united-tattoo.com{" "} or call{" "} (719) 698-9004.

• We'll respond within a reasonable timeframe.

{/* Changes */} Updates to This Policy

We may update this Privacy Policy as our practices evolve. We'll post the latest version on this page with the updated date. Continued use of our services means you accept any changes.

{/* Footer Note */} {/* Footer Note */}

If you have privacy concerns, reach out. We're real humans and we'll help you out.

) }