Update src/app/page.tsx
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user