diff --git a/src/app/page.tsx b/src/app/page.tsx
index 208c9f8..5462219 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,18 +41,11 @@ export default function LandingPage() {
@@ -79,50 +57,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Precision Fades",
- description: "Expert tapering and fades tailored to your hair type.",
- icon: Scissors,
+ title: "Precision Fades", description: "Expert tapering and fades tailored to your hair type.", icon: Scissors,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg?_wi=2",
- imageAlt: "modern barber shop interior",
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg" }
+ ]
},
{
- title: "Beard Grooming",
- description: "Crisp beard trims, lineups, and hot towel treatments.",
- icon: Sparkles,
+ title: "Beard Grooming", description: "Crisp beard trims, lineups, and hot towel treatments.", icon: Sparkles,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122044.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-hairsalon_23-2148224426.jpg?_wi=1",
- imageAlt: "modern barber shop interior",
+ { imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122044.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg" }
+ ]
},
{
- title: "Kids Cuts",
- description: "Patient, high-quality haircuts in a family-friendly setting.",
- icon: User,
+ title: "Kids Cuts", description: "Patient, high-quality haircuts in a family-friendly setting.", icon: User,
mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149141753.jpg",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=1",
- imageAlt: "modern barber shop interior",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149141753.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg" }
+ ]
+ }
]}
title="Our Expertise"
description="Comprehensive grooming services for the modern man."
@@ -133,12 +87,7 @@ export default function LandingPage() {
@@ -146,31 +95,11 @@ export default function LandingPage() {