Update src/app/about/page.tsx

This commit is contained in:
2026-03-24 13:34:36 +00:00
parent ca7e62c78a
commit f14eece98a

View File

@@ -26,35 +26,23 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Services",
id: "services",
href: "/services",
name: "Services", id: "services"
},
{
name: "Why Pico",
id: "about",
href: "/about",
name: "Why Pico", id: "about"
},
{
name: "Barbers",
id: "team",
href: "/team",
name: "Barbers", id: "team"
},
{
name: "Testimonials",
id: "testimonials",
href: "/testimonials",
name: "Testimonials", id: "testimonials"
},
{
name: "Book Now",
id: "booking",
href: "/booking",
},
name: "Book Now", id: "booking"
}
]}
brandName="PICO BARBERSHOP"
/>
@@ -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() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Haircuts",
href: "/services",
label: "Haircuts", href: "/services"
},
{
label: "Beard Trims",
href: "/services",
label: "Beard Trims", href: "/services"
},
{
label: "Shaves",
href: "/services",
},
],
label: "Shaves", href: "/services"
}
]
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "/about",
label: "Our Story", href: "/about"
},
{
label: "Our Team",
href: "/team",
label: "Our Team", href: "/team"
},
{
label: "Testimonials",
href: "/testimonials",
},
],
label: "Testimonials", href: "/testimonials"
}
]
},
{
title: "Booking",
items: [
title: "Booking", items: [
{
label: "Book Now",
href: "/booking",
label: "Book Now", href: "/booking"
},
{
label: "Contact Us",
href: "/contact",
},
],
},
label: "Contact Us", href: "/contact"
}
]
}
]}
copyrightText="© 2025 Stay Sharp. Stay Confident. All rights reserved."
/>