From e5a28ad1a28d93c186d396753748583e9a1d9362 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 23:29:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4887c9..de12291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-with-hat-buttoning-his-vest_1153-1515.jpg" + imageSrc="https://img.b2bpic.net/free-photo/client-doing-hair-cut-barber-shop-salon_1303-20889.jpg?id=7377605" imageAlt="Luxurious barbershop interior with classic chairs" mediaAnimation="opacity" frameStyle="card" @@ -233,7 +233,7 @@ export default function LandingPage() { { id: "basic", tag: "Classic", - price: "$45", + price: "$35", period: "per service", description: "Perfect for a sharp, clean look. Our signature cut tailored to your preference.", button: { @@ -250,7 +250,7 @@ export default function LandingPage() { id: "premium", tag: "Legacy Package", tagIcon: Sparkles, - price: "$85", + price: "$55", period: "per package", description: "The ultimate grooming experience. A full transformation for the discerning gentleman.", button: { @@ -259,25 +259,25 @@ export default function LandingPage() { featuresTitle: "Includes:", features: [ "Precision Haircut", - "Luxurious Hot Towel Shave", + "Line-Up", "Rejuvenating Facial Treatment", "Beard Trim & Styling (if applicable)", ], }, { id: "executive", - tag: "Executive", - price: "$65", + tag: "Kid Haircuts ", + price: "$25", period: "per service", - description: "Combine the perfect cut with a relaxing, traditional hot towel shave.", + description: "Combine the perfect cut and tranformation.", button: { - text: "Book Executive", + text: "Book Kids Cut", }, featuresTitle: "Includes:", features: [ "Precision Haircut", - "Luxurious Hot Towel Shave", - "Post-Shave Facial Massage", + "Line-Up", + "Aftershave Spray ", ], }, ]} -- 2.49.1