1 Commits

Author SHA1 Message Date
bb42a920ed Update src/app/page.tsx 2026-03-09 20:44:04 +00:00

View File

@@ -114,13 +114,13 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "haircut", badge: "Popular", badgeIcon: Star, id: "haircut", badge: "Popular", badgeIcon: Star,
price: "$25", subtitle: "Classic haircut service", buttons: [{ text: "Book Now", href: "contact" }], price: "$25", subtitle: "Most popular choice", buttons: [{ text: "Book Now", href: "contact" }],
features: [ features: [
"Professional haircut", "Expert styling advice", "Complimentary neck trim", "15-20 minutes"], "Professional haircut", "Expert styling advice", "Complimentary neck trim", "15-20 minutes"],
}, },
{ {
id: "beard-trim", badge: "Best For Style", badgeIcon: Sparkles, id: "beard-trim", badge: "Best For Style", badgeIcon: Sparkles,
price: "$20", subtitle: "Beard grooming and shaping", buttons: [{ text: "Book Now", href: "contact" }], price: "$20", subtitle: "Best for maintenance", buttons: [{ text: "Book Now", href: "contact" }],
features: [ features: [
"Precision beard trim", "Shape and style", "Beard oil application", "10-15 minutes"], "Precision beard trim", "Shape and style", "Beard oil application", "10-15 minutes"],
}, },