diff --git a/src/app/page.tsx b/src/app/page.tsx index 530831a..9e203b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,23 +31,17 @@ export default function LandingPage() { @@ -57,35 +51,21 @@ export default function LandingPage() { description="Expert grooming and precision cuts tailored to the modern gentleman. Experience the ultimate in style and comfort." buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", - imageAlt: "Barber shop interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Barber shop interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", - imageAlt: "Professional haircut", - }, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Professional haircut"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg", - imageAlt: "Shaving service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg", imageAlt: "Shaving service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg", - imageAlt: "Salon workspace", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-furniture-adorns-comfortable-home-interior-generated-by-ai_188544-29070.jpg", imageAlt: "Salon workspace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg", - imageAlt: "Detail trimming", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg", imageAlt: "Detail trimming"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668467.jpg", - imageAlt: "Barber tools", - }, + imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668467.jpg", imageAlt: "Barber tools"}, ]} /> @@ -108,35 +88,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Precision Cuts", - tags: [ - "Style", - "Fades", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506210.jpg", - imageAlt: "Haircut", - }, + id: "f1", title: "Precision Cuts", tags: [ + "Style", "Fades"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbershop-concept_23-2148506210.jpg", imageAlt: "Haircut"}, { - id: "f2", - title: "Beard Grooming", - tags: [ - "Beard", - "Care", - ], - imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-man_23-2147778882.jpg", - imageAlt: "Beard trim", - }, + id: "f2", title: "Beard Grooming", tags: [ + "Beard", "Care"], + imageSrc: "http://img.b2bpic.net/free-photo/barber-styling-beard-man_23-2147778882.jpg", imageAlt: "Beard trim"}, { - id: "f3", - title: "Hot Towel Shave", - tags: [ - "Shave", - "Classic", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-massaging-young-customer-s-face-wrapped-towel-barbershop_181624-53211.jpg", - imageAlt: "Hot towel shave", - }, + id: "f3", title: "Hot Towel Shave", tags: [ + "Shave", "Classic"], + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-massaging-young-customer-s-face-wrapped-towel-barbershop_181624-53211.jpg", imageAlt: "Hot towel shave"}, ]} title="Our Services" description="Premium grooming solutions for every style." @@ -145,30 +107,16 @@ export default function LandingPage() {