"use client" import { StickySplit } from "./sticky-split" import { Card, CardHeader, CardTitle, CardContent } from "@/components/ui/card" // Import from ui/card to check compat or united/card? // Wait, I moved united/card to components/united/card.tsx. // United card has variants. Utils/shadcn card does not in the same way. import { Card as UnitedCard, CardHeader as UnitedCardHeader, CardTitle as UnitedCardTitle, CardContent as UnitedCardContent } from "./card" import { ColorSwatch } from "./color-swatch" import { SectionLabel } from "./section-label" import { Reveal } from "./reveal" export function IdentitySection() { return (
02 • The Studio

A space for art, not just ink.

Located in Fountain, Colorado, United Tattoo is a collective of artists dedicated to the craft. We prioritize custom work, clean lines, and a welcoming environment.

} >
The Philosophy Est. 2012

We believe in tattoos that age as well as you do. Our process is collaborative, transparent, and focused on creating lasting pieces of art.

{/* Decorative swatches to mimic design system look */}
Bold
Clean
Lasting
The Space

Our studio is designed to be a sanctuary. Bright, open, and professional. We strictly adhere to the highest standards of safety and sterilization.

Location Fountain, CO
Atmosphere Private & Relaxed
) }