From f14eece98ac93d8e2ae5726904f59a8463e4dfb4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:34:36 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 93 ++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 62 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d24e749..6dea9d1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,35 +26,23 @@ export default function LandingPage() { @@ -69,27 +57,19 @@ export default function LandingPage() { description="Pico Barbershop was founded on a simple principle: to provide unparalleled grooming experiences. For over two decades, we've blended classic barbering techniques with modern trends, creating a space where every client feels confident and refreshed." bulletPoints={[ { - title: "Masterful Craftsmanship", - description: "Our barbers are highly skilled artisans, dedicated to precision cuts, clean shaves, and perfect grooming.", - icon: Scissors, + title: "Masterful Craftsmanship", description: "Our barbers are highly skilled artisans, dedicated to precision cuts, clean shaves, and perfect grooming.", icon: Scissors }, { - title: "Timeless Techniques", - description: "We honor the tradition of barbering, using classic tools and methods for superior results.", - icon: Clock, + title: "Timeless Techniques", description: "We honor the tradition of barbering, using classic tools and methods for superior results.", icon: Clock }, { - title: "Modern Styles", - description: "Keeping up with the latest trends, we offer contemporary cuts and styles to suit every client's preference.", - icon: Sparkles, + title: "Modern Styles", description: "Keeping up with the latest trends, we offer contemporary cuts and styles to suit every client's preference.", icon: Sparkles }, { - title: "Exceptional Experience", - description: "From the warm welcome to the final brush-off, we ensure a relaxing and memorable visit.", - icon: Star, - }, + title: "Exceptional Experience", description: "From the warm welcome to the final brush-off, we ensure a relaxing and memorable visit.", icon: Star + } ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg" imageAlt="Vintage barbershop interior with a client waiting" mediaAnimation="slide-up" /> @@ -99,52 +79,41 @@ export default function LandingPage() {