From d47f4522f21c0992afaebad50879e11652c0e008 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:23:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f60648..c949e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "barbershop interior luxury" }, { - id: "full", title: "Full Experience", price: "$50", period: "per session", features: ["Cut & Shave", "Beard Trim", "Consultation"], + id: "full", title: "Full Experience", price: "$50", period: "per session", features: ["Cut & Shave", "Beard Trim", "Consultation", "Bonus: Complimentary Essential Oil Facial Refresh"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=2", imageAlt: "barbershop interior luxury" } @@ -204,4 +204,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1