diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a14243..89b8549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,18 +33,9 @@ export default function LandingPage() { @@ -114,21 +79,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Scissors, - title: "Precision Cut", - description: "Tailored cuts for your specific hair type.", - }, - { - icon: Sparkles, - title: "Beard Grooming", - description: "Hot towel shave and crisp line-up.", - }, - { - icon: Star, - title: "Classic Shave", - description: "The traditional straight razor experience.", - }, + { icon: Scissors, title: "Precision Cut", description: "Tailored cuts for your specific hair type." }, + { icon: Sparkles, title: "Beard Grooming", description: "Hot towel shave and crisp line-up." }, + { icon: Star, title: "Classic Shave", description: "The traditional straight razor experience." } ]} title="Our Grooming Services" description="From classic cuts to modern beard styling, we have everything you need." @@ -142,41 +95,13 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "staff", - groupTitle: "Barber Team", - members: [ - { - id: "m1", - title: "Zack", - subtitle: "Founder & Master Barber", - detail: "15 years experience, precision specialist.", - 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: "m2", - title: "Mira", - subtitle: "Senior Barber", - detail: "Modern trends and styling expert.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg", - }, - { - id: "m3", - title: "Sandra", - subtitle: "Master Stylist", - detail: "Attention to detail for classic fades.", - imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", - }, - { - id: "m4", - title: "Deep", - subtitle: "Barber", - detail: "Straight razor shaving pro.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149652688.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-washing-hair-bearded-man_23-2147778782.jpg?_wi=2", - imageAlt: "professional barber portrait", - }, + id: "staff", groupTitle: "Barber Team", members: [ + { id: "m1", title: "Zack", subtitle: "Founder & Master Barber", detail: "15 years experience, precision specialist.", 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: "m2", title: "Mira", subtitle: "Senior Barber", detail: "Modern trends and styling expert.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-hair-brushes-happy-cheerfuul-smiling_141793-37016.jpg" }, + { id: "m3", title: "Sandra", subtitle: "Master Stylist", detail: "Attention to detail for classic fades.", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg" }, + { id: "m4", title: "Deep", subtitle: "Barber", detail: "Straight razor shaving pro.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-dog_23-2149652688.jpg" } + ] + } ]} title="Meet The Experts" description="Our team of skilled barbers dedicated to your perfect look." @@ -185,44 +110,15 @@ export default function LandingPage() {
@@ -322,21 +158,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do you accept walk-ins?", - content: "Yes, we always welcome walk-ins based on barber availability.", - }, - { - id: "f2", - title: "Can I book online?", - content: "Absolutely, use the link below to reserve your slot.", - }, - { - id: "f3", - title: "Are you open on Sundays?", - content: "Yes, we are open 7 days a week for your convenience.", - }, + { id: "f1", title: "Do you accept walk-ins?", content: "Yes, we always welcome walk-ins based on barber availability." }, + { id: "f2", title: "Can I book online?", content: "Absolutely, use the link below to reserve your slot." }, + { id: "f3", title: "Are you open on Sundays?", content: "Yes, we are open 7 days a week for your convenience." } ]} title="Common Questions" description="Everything you need to know about Zack's Cutz." @@ -347,9 +171,7 @@ export default function LandingPage() {