diff --git a/src/app/page.tsx b/src/app/page.tsx index d6f6c9b..eac0417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,65 +47,40 @@ export default function LandingPage() {
@@ -128,17 +93,11 @@ export default function LandingPage() { description="At Barber Kozielskigentelmen, we believe that a great haircut is more than just a style; it's a confidence boost. Our experienced team is dedicated to providing meticulous grooming services in a comfortable, classic atmosphere." bulletPoints={[ { - title: "Masterful Grooming", - description: "Years of experience refining classic and modern techniques.", - }, + title: "Masterful Grooming", description: "Years of experience refining classic and modern techniques."}, { - title: "Premium Products", - description: "We only use top-tier products for the best possible results.", - }, + title: "Premium Products", description: "We only use top-tier products for the best possible results."}, { - title: "Relaxed Vibe", - description: "Step into a space where style and comfort go hand in hand.", - }, + title: "Relaxed Vibe", description: "Step into a space where style and comfort go hand in hand."}, ]} imageSrc="http://img.b2bpic.net/free-photo/hairdresser-toweling-hair-senior-male-client_23-2148181920.jpg" mediaAnimation="slide-up" @@ -152,32 +111,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Classic Cuts", - tags: [ - "Hair", - "Style", - ], - imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-18515.jpg", - }, + id: "s1", title: "Classic Cuts", tags: [ + "Hair", "Style"], + imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-18515.jpg"}, { - id: "s2", - title: "Beard Sculpting", - tags: [ - "Beard", - "Grooming", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985718.jpg", - }, + id: "s2", title: "Beard Sculpting", tags: [ + "Beard", "Grooming"], + imageSrc: "http://img.b2bpic.net/free-photo/young-man-getting-his-beard-styled-barber_23-2148985718.jpg"}, { - id: "s3", - title: "Hot Towel Shave", - tags: [ - "Shave", - "Classic", - ], - imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122072.jpg", - }, + id: "s3", title: "Hot Towel Shave", tags: [ + "Shave", "Classic"], + imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122072.jpg"}, ]} title="Our Grooming Services" description="Expert services designed to leave you feeling refreshed and confident." @@ -192,45 +136,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "John Doe", - role: "Creative Director", - company: "Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg", - }, + id: "1", name: "John Doe", role: "Creative Director", company: "Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"}, { - id: "2", - name: "Michael S.", - role: "Architect", - company: "Designs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479271.jpg", - }, + id: "2", name: "Michael S.", role: "Architect", company: "Designs", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-front-his-studio_23-2149479271.jpg"}, { - id: "3", - name: "Robert B.", - role: "Entrepreneur", - company: "Startups", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-3659.jpg", - }, + id: "3", name: "Robert B.", role: "Entrepreneur", company: "Startups", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-3659.jpg"}, { - id: "4", - name: "David W.", - role: "Lawyer", - company: "LegalFirm", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", - }, + id: "4", name: "David W.", role: "Lawyer", company: "LegalFirm", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg"}, { - id: "5", - name: "Steve P.", - role: "Engineer", - company: "Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286037.jpg", - }, + id: "5", name: "Steve P.", role: "Engineer", company: "Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286037.jpg"}, ]} title="What Our Clients Say" description="Read experiences from men who trust our craft." @@ -241,16 +160,13 @@ export default function LandingPage() { @@ -259,16 +175,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file