From 18a470c1cac181767e0fe1f1b09b3ebbab27b09b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 22:30:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf65f27..54fb391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,15 +122,15 @@ export default function LandingPage() { features={[ { id: "f1", title: "Precision Cuts", descriptions: [ - "Expert cutting techniques for all hair types."], + "Achieve a sculpted look that complements your facial structure with our high-precision cutting services."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2l1mvz"}, { id: "f2", title: "Expert Coloring", descriptions: [ - "Custom color matching and advanced dyeing."], + "Enhance your natural radiance with vibrant, long-lasting color tailored specifically to your skin tone."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1obwm"}, { id: "f3", title: "Grooming", descriptions: [ - "Detailed styling for men and women."], + "Enjoy a refreshed appearance with professional styling and grooming for a polished, confident finish."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qa1y0n"}, ]} buttons={[ @@ -235,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1