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() {