From 98952d51b7386e264da1ae06865713f04a48a95d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Jul 2026 23:55:40 +0000 Subject: [PATCH 1/2] Update src/pages/HomePage/sections/Pricing.tsx --- src/pages/HomePage/sections/Pricing.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx index ba5ecaa..dd35df6 100644 --- a/src/pages/HomePage/sections/Pricing.tsx +++ b/src/pages/HomePage/sections/Pricing.tsx @@ -15,10 +15,10 @@ export default function PricingSection(): React.JSX.Element { description="Simple pricing for high-quality service." plans={[ { - tag: "Classic", - price: "$30", + tag: "Taper or Fade ", + price: "$35", period: "/cut", - description: "Complete hair grooming service.", + description: "Complete fade and taper service.", primaryButton: { text: "Book", href: "#contact", @@ -31,10 +31,10 @@ export default function PricingSection(): React.JSX.Element { ], }, { - tag: "Signature", - price: "$50", - period: "/package", - description: "Haircut and beard work.", + tag: "Scissor Cut", + price: "$45", + period: "/cut", + description: "Precise scissor haircut tailored to your request", primaryButton: { text: "Book", href: "#contact", @@ -42,8 +42,8 @@ export default function PricingSection(): React.JSX.Element { featuresTitle: "Includes:", features: [ "Precision Cut", - "Beard Sculpt", - "Hot Towel Finish", + "360 cleanup ", + "Textured finished look ", ], }, ]} -- 2.49.1 From 77d59d517ccbb4c6f776ccbab6760c51d716273d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Jul 2026 23:55:40 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage/sections/Services.tsx --- src/pages/HomePage/sections/Services.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/Services.tsx b/src/pages/HomePage/sections/Services.tsx index 00b9663..e36c59c 100644 --- a/src/pages/HomePage/sections/Services.tsx +++ b/src/pages/HomePage/sections/Services.tsx @@ -17,8 +17,8 @@ export default function ServicesSection(): React.JSX.Element { { tag: "Hair", title: "Taper or Fades ", - description: "Customized haircuts tailored to your style and face shape.", - imageSrc: "http://img.b2bpic.net/free-photo/detail-hair-dresser-with-tools_23-2148108848.jpg", + description: "Customized fades and tapers tailored to your style and face shape.", + imageSrc: "https://storage.googleapis.com/webild/users/user_3G6TFtt4stRw9fdcBXVheLGahPu/uploaded-1783292592453-g7yw670e.jpg", primaryButton: { text: "Book", href: "#contact", @@ -28,7 +28,7 @@ export default function ServicesSection(): React.JSX.Element { tag: "Hair", title: "Scissor Cut ", description: "A classic, tailored haircut using only scissors for a natural, textured finish.", - imageSrc: "http://img.b2bpic.net/free-photo/half-naked-caucasian-bearded-man-shaving-with-serious-face-expression_181624-46966.jpg", + imageSrc: "https://storage.googleapis.com/webild/users/user_3G6TFtt4stRw9fdcBXVheLGahPu/uploaded-1783292592456-v3ijfpmq.jpg", primaryButton: { text: "Book", href: "#contact", @@ -38,7 +38,7 @@ export default function ServicesSection(): React.JSX.Element { tag: "Design", title: "Custom Design ", description: "Express yourself with unique hair art and custom patterns tailored to your personal style.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg", + imageSrc: "https://storage.googleapis.com/webild/users/user_3G6TFtt4stRw9fdcBXVheLGahPu/uploaded-1783292592456-20vc5gak.jpg", primaryButton: { text: "Book", href: "#contact", -- 2.49.1