diff --git a/src/app/page.tsx b/src/app/page.tsx index 8550455..b6ed8ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,25 +149,25 @@ export default function LandingPage() { plans={[ { id: "haircut", badge: "Popular", badgeIcon: Sparkles, - price: "$85", subtitle: "Professional precision cut", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], + price: "$85", subtitle: "Professional precision cuts for your unique style and face shape", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], features: [ "Expert consultation", "Precision styling", "Professional finish", "Style recommendations"], }, { id: "balayage", badge: "Best Value", badgeIcon: Star, - price: "$220", subtitle: "Hand-painted highlights", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], + price: "$220", subtitle: "Hand-painted for natural, sun-kissed results that enhance your complexion", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], features: [ "Custom color consultation", "Hand-painted application", "Premium hair care", "Color maintenance tips"], }, { id: "highlights", badge: "Premium", badgeIcon: Crown, - price: "$180", subtitle: "Dimensional highlights", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], + price: "$180", subtitle: "Dimensional color for brightness and depth with polished results", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], features: [ "Color consultation", "Professional application", "Premium techniques", "Shine treatment included"], }, { id: "gloss", badge: "Quick Service", badgeIcon: Zap, - price: "$60", subtitle: "Color shine & depth", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], + price: "$60", subtitle: "Quick shine boost and color enhancement in just 30 minutes", buttons: [{ text: "Book Now", href: "tel:+12122881676" }], features: [ "Quick application", "Instant shine boost", "Color enhancement", "30-minute service"], },