From 97833b6b0bdcd37065531125570bd9554fb453eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:17:15 +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 18fab9d..baf1530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Expert Haircuts", description: "Custom cuts crafted to complement your style and face shape. Whether you prefer classic, contemporary, or curly hair styling, our barbers deliver precision and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg" + title: "Expert Haircuts", description: "Custom cuts crafted to complement your style and face shape. Whether you prefer classic, contemporary, or curly hair styling, our barbers deliver precision and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=1" }, { id: 2, @@ -93,7 +93,7 @@ export default function LandingPage() { }, { id: 4, - title: "Hair Color & Treatment", description: "Professional hair coloring and specialized treatments to enhance your look. From subtle highlights to bold transformations, we use only premium color products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg" + title: "Hair Color & Treatment", description: "Professional hair coloring and specialized treatments to enhance your look. From subtle highlights to bold transformations, we use only premium color products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=2" } ]} /> -- 2.49.1