import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { Badge } from "@/components/ui/badge" import { Alert, AlertDescription } from "@/components/ui/alert" import { Percent, Calendar, Users, Star, Clock, Gift } from "lucide-react" import Link from "next/link" const currentSpecials = [ { title: "First Tattoo Special", discount: "20% OFF", description: "Perfect for first-time clients ready to start their tattoo journey", details: [ "Valid for tattoos under 4 hours", "Includes free consultation", "Must mention at booking", "Cannot combine with other offers", ], validUntil: "March 31, 2024", icon: Star, color: "bg-primary", }, { title: "Flash Friday", discount: "$50 OFF", description: "Choose from our curated flash designs every Friday", details: [ "Pre-designed flash sheets available", "Walk-ins welcome 2-6 PM", "First come, first served", "Small to medium sizes only", ], validUntil: "Every Friday", icon: Clock, color: "bg-secondary", }, { title: "Referral Reward", discount: "$75 CREDIT", description: "Refer a friend and both get rewarded", details: [ "Friend must complete their tattoo", "Credit applied to your next session", "No limit on referrals", "Friend gets 10% off their first tattoo", ], validUntil: "Ongoing", icon: Users, color: "bg-accent", }, ] const seasonalOffers = [ { title: "Spring Touch-Up Special", description: "Refresh your existing tattoos for the warmer months", offer: "Free consultation + 15% off touch-ups", period: "March - May", }, { title: "Summer Color Pop", description: "Add vibrant colors to existing black and grey pieces", offer: "20% off color additions", period: "June - August", }, { title: "Fall Portfolio Building", description: "Help our apprentices build their portfolios", offer: "Discounted rates on select designs", period: "September - November", }, { title: "Holiday Gift Cards", description: "Perfect gifts for tattoo enthusiasts", offer: "Buy $200+ gift card, get $25 bonus", period: "December - January", }, ] const membershipBenefits = [ { title: "VIP Membership", price: "$50/year", benefits: [ "10% off all tattoos", "Priority booking", "Free touch-ups within 6 months", "Exclusive flash designs", "Birthday month special", ], }, { title: "Collector's Club", price: "$100/year", benefits: [ "15% off all tattoos", "Skip the deposit on bookings", "Free aftercare products", "Private portfolio previews", "Annual appreciation event invite", ], }, ] export function SpecialsPage() { return (
Take advantage of our current promotions and special offers. Save on your next tattoo while getting the same high-quality work from our talented artists.
{special.description}
{offer.description}
{offer.offer}
Book your appointment and mention your preferred special
Perfect for tattoo enthusiasts in your life