diff --git a/src/app/page.tsx b/src/app/page.tsx index 99f6815..5898886 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Scissors, Star, MapPin } from "lucide-react"; +import { Scissors, Star, MapPin, Zap } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -161,19 +161,19 @@ export default function HomePage() { id: "haircut", badge: "Haircut", badgeIcon: Scissors, price: "$20", subtitle: "Classic quality haircut", buttons: [{ text: "Walk In", href: "/contact" }], features: [ - "Professional scissor cut", "Expert attention to detail", "Friendly service", "No appointment needed", "Cash only"], + "✓ No Wait Required", "Professional scissor cut", "Expert attention to detail", "Friendly service", "Cash only"], }, { id: "beard-trim", badge: "Beard Trim", badgeIcon: Scissors, price: "$15", subtitle: "Professional beard shaping", buttons: [{ text: "Walk In", href: "/contact" }], features: [ - "Precise trimming", "Clean shaping", "Professional care", "No appointment needed", "Cash only"], + "✓ Same-Day Service", "Precise trimming", "Clean shaping", "Professional care", "Cash only"], }, { id: "full-service", badge: "Full Service", badgeIcon: Scissors, price: "$35", subtitle: "Haircut + Beard Trim combo", buttons: [{ text: "Walk In", href: "/contact" }], features: [ - "Professional scissor cut", "Premium beard shaping", "Complete grooming experience", "No appointment needed", "Cash only"], + "✓ Walk-In Welcome", "Professional scissor cut", "Premium beard shaping", "Complete grooming experience", "Cash only"], }, ]} />