diff --git a/src/app/page.tsx b/src/app/page.tsx index be85449..63aac43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,31 +30,19 @@ export default function LandingPage() { @@ -62,98 +50,55 @@ export default function LandingPage() { @@ -163,14 +108,9 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Mission", - }, + type: "text", content: "Our Mission"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg", - alt: "Barber shop workspace clean", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg", alt: "Barber shop workspace clean"}, ]} /> @@ -182,49 +122,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Haircut", - description: "Classic and modern styling techniques.", - icon: Scissors, + title: "Precision Haircut", description: "Classic and modern styling techniques.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-shaving-neck_23-2147778912.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-shaving-neck_23-2147778912.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-client-mirror_23-2148242870.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg?_wi=2", - imageAlt: "beard trim scissors razor", }, { - title: "Hot Towel Shave", - description: "Relaxing, clean, and classic shave.", - icon: Scissors, + title: "Hot Towel Shave", description: "Relaxing, clean, and classic shave.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hands-stacking-towel-warm-light-wellness-aesthetic_169016-69012.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hands-stacking-towel-warm-light-wellness-aesthetic_169016-69012.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18629.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18629.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work_627829-7242.jpg", - imageAlt: "beard trim scissors razor", }, { - title: "Beard Grooming", - description: "Expert beard trimming and conditioning.", - icon: Sparkles, + title: "Beard Grooming", description: "Expert beard trimming and conditioning.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-giving-herself-scalp-massage_23-2151262272.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-giving-herself-scalp-massage_23-2151262272.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-shaving-his-beard_23-2148506246.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-shaving-his-beard_23-2148506246.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-middle-aged-male-barber-uniform-combing-beard-isolated-purple-wall_141793-83491.jpg?_wi=1", - imageAlt: "beard trim scissors razor", }, ]} title="Services" @@ -240,23 +162,11 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "1", - name: "Marcus", - role: "Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-middle-aged-male-barber-uniform-combing-beard-isolated-purple-wall_141793-83491.jpg?_wi=2", - }, + id: "1", name: "Marcus", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-middle-aged-male-barber-uniform-combing-beard-isolated-purple-wall_141793-83491.jpg"}, { - id: "2", - name: "Elena", - role: "Senior Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/confident-looking-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-wall_141793-105655.jpg", - }, + id: "2", name: "Elena", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/confident-looking-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-wall_141793-105655.jpg"}, { - id: "3", - name: "David", - role: "Barber", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-8120.jpg", - }, + id: "3", name: "David", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-8120.jpg"}, ]} title="Elite Barbers" description="Meet the experts behind the chair." @@ -267,14 +177,11 @@ export default function LandingPage() { @@ -285,25 +192,17 @@ export default function LandingPage() { logoText="Xtreme Barbershop" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Haircuts", - href: "#", - }, + label: "Haircuts", href: "#"}, { - label: "Shaves", - href: "#", - }, + label: "Shaves", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}