Merge version_2 into main #12

Merged
bender merged 1 commits from version_2 into main 2026-03-11 19:14:47 +00:00

View File

@@ -124,7 +124,7 @@ export default function LandingPage() {
plans={[
{
id: "1", badge: "Regular Cut", badgeIcon: Scissors,
price: "From $15", subtitle: "Classic haircut with number 1 or 2 sides", buttons: [
price: "$35 ", subtitle: "Classic haircut with number 1 or 2 sides", buttons: [
{ text: "Book Now", href: "tel:(505) 386-9320" }
],
features: [
@@ -133,7 +133,7 @@ export default function LandingPage() {
},
{
id: "2", badge: "Haircut + Design", badgeIcon: Sparkles,
price: "From $25", subtitle: "Haircut with custom beard or fade design", buttons: [
price: "$40 ", subtitle: "Haircut with custom beard or fade design", buttons: [
{ text: "Book Now", href: "tel:(505) 386-9320" }
],
features: [
@@ -142,7 +142,7 @@ export default function LandingPage() {
},
{
id: "3", badge: "The Works", badgeIcon: Award,
price: "From $35", subtitle: "Complete grooming package with all enhancements", buttons: [
price: "$40+ ", subtitle: "Complete grooming package with all enhancements", buttons: [
{ text: "Book Now", href: "tel:(505) 386-9320" }
],
features: [