From a3a4cb91d6ebee0144cebb88010092e78bdb4e08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:26:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4071865..341c250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,11 +103,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Cut", description: "Tailored haircuts designed specifically for your face shape and hair texture.", imageSrc: "http://img.b2bpic.net/free-photo/haircut-machine-scissors_23-2147736989.jpg", imageAlt: "Precision haircut service"}, + title: "Precision Cut", description: "Refine your look with a tailored cut that captures your personal style and leaves you walking out with renewed confidence.", imageSrc: "http://img.b2bpic.net/free-photo/haircut-machine-scissors_23-2147736989.jpg", imageAlt: "Precision haircut service"}, { - title: "Beard Sculpting", description: "Expert beard trimming, edging, and maintenance for a sharp, clean appearance.", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageAlt: "Expert beard sculpting"}, + title: "Beard Sculpting", description: "Achieve a perfectly groomed silhouette that enhances your facial structure and elevates your daily presence.", imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg", imageAlt: "Expert beard sculpting"}, { - title: "Classic Shave", description: "A traditional straight-razor shave for the ultimate smooth and refreshing finish.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Classic razor shave"}, + title: "Classic Shave", description: "Indulge in a relaxing, traditional straight-razor treatment designed to refresh your skin and leave you feeling completely rejuvenated.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Classic razor shave"}, ]} title="Our Services" description="Experience grooming the way it was meant to be." -- 2.49.1