diff --git a/src/app/page.tsx b/src/app/page.tsx index 86fa824..4b175ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -142,28 +86,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Cuts", - description: "Tailored haircuts for every style, fade, or length.", - bentoComponent: "reveal-icon", - icon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-costumer-beauty-salon_23-2148242856.jpg?_wi=2", - imageAlt: "barber shop interior vintage style", + title: "Precision Cuts", description: "Tailored haircuts for every style, fade, or length.", bentoComponent: "reveal-icon", icon: Scissors, }, { - title: "Hot Towel Shave", - description: "A traditional, relaxing shave with premium products.", - bentoComponent: "reveal-icon", - icon: Diamond, - imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chair-stylish-barber-shop_627829-6180.jpg?_wi=2", - imageAlt: "barber shop master at work", + title: "Hot Towel Shave", description: "A traditional, relaxing shave with premium products.", bentoComponent: "reveal-icon", icon: Diamond, }, { - title: "Beard Sculpting", - description: "Expert trimming and grooming for your beard.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-crazy-happy-showing-ok-sign-standing-blue-wall_141793-96743.jpg?_wi=1", - imageAlt: "happy male customer portrait", + title: "Beard Sculpting", description: "Expert trimming and grooming for your beard.", bentoComponent: "reveal-icon", icon: Star, }, ]} title="Our Signature Services" @@ -177,41 +106,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Alex Rivet", - role: "Regular Client", - testimonial: "The best haircut in town, hands down. Masterful service every time!", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-crazy-happy-showing-ok-sign-standing-blue-wall_141793-96743.jpg?_wi=2", - }, - { - id: "2", - name: "Marco Rossi", - role: "Beard Enthusiast", - testimonial: "Djero really knows how to sculpt a beard. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-dog_23-2149271866.jpg", - }, - { - id: "3", - name: "Sam Miller", - role: "Loyal Customer", - testimonial: "Great atmosphere, professional staff, and always clean cuts.", - imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-cutting-beard-man_23-2147778905.jpg", - }, - { - id: "4", - name: "Jason Lee", - role: "First-timer", - testimonial: "The hot towel shave experience was incredibly relaxing. I'll be back!", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3942.jpg", - }, - { - id: "5", - name: "Chris P.", - role: "Regular", - testimonial: "Consistent, precise, and friendly service every time I walk in.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21713.jpg", - }, + { id: "1", name: "Alex Rivet", role: "Regular Client", testimonial: "The best haircut in town, hands down. Masterful service every time!", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-crazy-happy-showing-ok-sign-standing-blue-wall_141793-96743.jpg" }, + { id: "2", name: "Marco Rossi", role: "Beard Enthusiast", testimonial: "Djero really knows how to sculpt a beard. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-dog_23-2149271866.jpg" }, + { id: "3", name: "Sam Miller", role: "Loyal Customer", testimonial: "Great atmosphere, professional staff, and always clean cuts.", imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-cutting-beard-man_23-2147778905.jpg" }, + { id: "4", name: "Jason Lee", role: "First-timer", testimonial: "The hot towel shave experience was incredibly relaxing. I'll be back!", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3942.jpg" }, + { id: "5", name: "Chris P.", role: "Regular", testimonial: "Consistent, precise, and friendly service every time I walk in.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21713.jpg" }, ]} title="What Our Clients Say" description="Join our community of well-groomed gentlemen who trust Djero for their style." @@ -221,18 +120,11 @@ export default function LandingPage() {