diff --git a/src/app/page.tsx b/src/app/page.tsx index 747e1e1..e33f916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,162 +33,92 @@ export default function LandingPage() {
@@ -209,23 +138,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Classic Cut", - description: "A timeless haircut, tailored to perfection for a sharp and professional look.", - imageSrc: "http://img.b2bpic.net/free-photo/collar-rake_23-2147799915.jpg", - imageAlt: "Classic haircut", - }, + title: "Classic Cut", description: "A timeless haircut, tailored to perfection for a sharp and professional look.", imageSrc: "http://img.b2bpic.net/free-photo/collar-rake_23-2147799915.jpg", imageAlt: "Classic haircut"}, { - title: "Modern Fade", - description: "Achieve a sleek, contemporary look with our expertly crafted fades and blends.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-getting-his-hair-washed_23-2148224417.jpg", - imageAlt: "Modern fade haircut", - }, + title: "Modern Fade", description: "Achieve a sleek, contemporary look with our expertly crafted fades and blends.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-getting-his-hair-washed_23-2148224417.jpg", imageAlt: "Modern fade haircut"}, { - title: "Beard Grooming", - description: "Shape, trim, and refine your beard with precision. Includes hot towel and soothing balm.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-hipster-male-dressed-blue-jacket-grey-background_613910-1740.jpg", - imageAlt: "Beard grooming service", - }, + title: "Beard Grooming", description: "Shape, trim, and refine your beard with precision. Includes hot towel and soothing balm.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-redhead-hipster-male-dressed-blue-jacket-grey-background_613910-1740.jpg", imageAlt: "Beard grooming service"}, ]} title="Our Signature Services" description="From classic styles to the latest trends, our skilled barbers deliver precision and care. Explore our range of grooming services designed to make you look and feel your best." @@ -239,60 +156,23 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic-cut", - tag: "Standard", - price: "R120", - period: "/ cut", - description: "Perfect for a quick, quality trim.", - button: { - text: "Book Basic Cut", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Standard Haircut", - "Quick Line-Up", - "Professional Finish", - ], + id: "basic-cut", tag: "Standard", price: "R120", period: "/ cut", description: "Perfect for a quick, quality trim.", button: { + text: "Book Basic Cut", href: "#contact"}, + featuresTitle: "Includes:", features: [ + "Standard Haircut", "Quick Line-Up", "Professional Finish"], }, { - id: "fade-plus", - tag: "Popular", - tagIcon: Sparkles, - price: "R180", - period: "/ cut", - description: "Our most popular service for a sharp, modern fade.", - button: { - text: "Book Fade Plus", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Any Fade Style", - "Precision Blending", - "Detailed Edges", - "Hair Wash", - ], + id: "fade-plus", tag: "Popular", tagIcon: Sparkles, + price: "R180", period: "/ cut", description: "Our most popular service for a sharp, modern fade.", button: { + text: "Book Fade Plus", href: "#contact"}, + featuresTitle: "Includes:", features: [ + "Any Fade Style", "Precision Blending", "Detailed Edges", "Hair Wash"], }, { - id: "full-experience", - tag: "Premium", - price: "R250", - period: "/ service", - description: "The ultimate grooming package for a complete transformation.", - button: { - text: "Book Full Experience", - href: "#contact", - }, - featuresTitle: "Includes:", - features: [ - "Custom Haircut", - "Any Fade or Style", - "Beard Trim & Shape", - "Hot Towel Shave", - "Deep Conditioning", - "Scalp Massage", - ], + id: "full-experience", tag: "Premium", price: "R250", period: "/ service", description: "The ultimate grooming package for a complete transformation.", button: { + text: "Book Full Experience", href: "#contact"}, + featuresTitle: "Includes:", features: [ + "Custom Haircut", "Any Fade or Style", "Beard Trim & Shape", "Hot Towel Shave", "Deep Conditioning", "Scalp Massage"], }, ]} title="Transparent Pricing, Unbeatable Value" @@ -308,26 +188,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "sihle", - name: "Sihle Mlambo", - role: "Master Barber & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-with-razor_23-2147839800.jpg", - imageAlt: "Sihle Mlambo, Master Barber", - }, + id: "sihle", name: "Sihle Mlambo", role: "Master Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-with-razor_23-2147839800.jpg", imageAlt: "Sihle Mlambo, Master Barber"}, { - id: "lungelo", - name: "Lungelo Dlamini", - role: "Senior Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg", - imageAlt: "Lungelo Dlamini, Senior Stylist", - }, + id: "lungelo", name: "Lungelo Dlamini", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205891.jpg", imageAlt: "Lungelo Dlamini, Senior Stylist"}, { - id: "nokwanda", - name: "Nokwanda Zulu", - role: "Grooming Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319776.jpg", - imageAlt: "Nokwanda Zulu, Grooming Specialist", - }, + id: "nokwanda", name: "Nokwanda Zulu", role: "Grooming Specialist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319776.jpg", imageAlt: "Nokwanda Zulu, Grooming Specialist"}, ]} title="Meet Our Master Barbers" description="Our team of highly skilled and experienced barbers are at the heart of Faded Culture. Each brings unique talent and a passion for crafting perfect looks, ensuring you always leave feeling confident." @@ -341,45 +206,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sipho Dlamini", - handle: "@Sipho_Fresh", - testimonial: "Always a fresh cut and great vibes! Faded Culture is more than a barbershop, it's where I feel at home. Highly recommend for anyone in Khayelitsha!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-male-barber-uniform-holding-hair-clippers-showing-peace-gesture-isolated-pink-wall_141793-103187.jpg", - imageAlt: "Sipho Dlamini", - }, + id: "1", name: "Sipho Dlamini", handle: "@Sipho_Fresh", testimonial: "Always a fresh cut and great vibes! Faded Culture is more than a barbershop, it's where I feel at home. Highly recommend for anyone in Khayelitsha!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-male-barber-uniform-holding-hair-clippers-showing-peace-gesture-isolated-pink-wall_141793-103187.jpg", imageAlt: "Sipho Dlamini"}, { - id: "2", - name: "Lindiwe Ndlovu", - handle: "@Lindiwe_Styles", - testimonial: "I was looking for a reliable place for my short style and Faded Culture delivered! Professional, friendly, and they really understand modern trends.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-hairdresser-washing-man-s-hair_23-2150665396.jpg", - imageAlt: "Lindiwe Ndlovu", - }, + id: "2", name: "Lindiwe Ndlovu", handle: "@Lindiwe_Styles", testimonial: "I was looking for a reliable place for my short style and Faded Culture delivered! Professional, friendly, and they really understand modern trends.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-hairdresser-washing-man-s-hair_23-2150665396.jpg", imageAlt: "Lindiwe Ndlovu"}, { - id: "3", - name: "Thabo Mokoena", - handle: "@Thabo_Grind", - testimonial: "Best barbershop experience in Cape Town, hands down. The attention to detail is unmatched, and the atmosphere is always welcoming. My go-to spot!", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", - imageAlt: "Thabo Mokoena", - }, + id: "3", name: "Thabo Mokoena", handle: "@Thabo_Grind", testimonial: "Best barbershop experience in Cape Town, hands down. The attention to detail is unmatched, and the atmosphere is always welcoming. My go-to spot!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", imageAlt: "Thabo Mokoena"}, { - id: "4", - name: "John Smith", - handle: "@Capetown_Explorer", - testimonial: "As a tourist, I wanted an authentic local experience, and Faded Culture was perfect. Great cut, friendly barbers, and a true taste of Khayelitsha hospitality.", - imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462467.jpg", - imageAlt: "John Smith", - }, + id: "4", name: "John Smith", handle: "@Capetown_Explorer", testimonial: "As a tourist, I wanted an authentic local experience, and Faded Culture was perfect. Great cut, friendly barbers, and a true taste of Khayelitsha hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462467.jpg", imageAlt: "John Smith"}, { - id: "5", - name: "Zola Khumalo", - handle: "@Zola_Local", - testimonial: "Faded Culture has been my family's barbershop for years. Consistent quality, fair prices, and they always make you feel like part of the family. Truly local pride!", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", - imageAlt: "Zola Khumalo", - }, + id: "5", name: "Zola Khumalo", handle: "@Zola_Local", testimonial: "Faded Culture has been my family's barbershop for years. Consistent quality, fair prices, and they always make you feel like part of the family. Truly local pride!", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Zola Khumalo"}, ]} title="What Our Clients Say" description="Our community speaks for itself. Read the reviews from satisfied clients who trust Faded Culture for their grooming needs and exceptional experience." @@ -392,30 +227,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How do I book an appointment?", - content: "You can easily book your appointment online through our website's booking system. Simply click the 'Book Now' button and select your preferred service, barber, and time slot. Walk-ins are also welcome, but appointments are highly recommended.", - }, + id: "faq-1", title: "How do I book an appointment?", content: "You can easily book your appointment online through our website's booking system. Simply click the 'Book Now' button and select your preferred service, barber, and time slot. Walk-ins are also welcome, but appointments are highly recommended."}, { - id: "faq-2", - title: "What payment methods do you accept?", - content: "We accept various payment methods including cash, major credit/debit cards, and mobile payment options. Please confirm with your barber upon arrival for specific methods.", - }, + id: "faq-2", title: "What payment methods do you accept?", content: "We accept various payment methods including cash, major credit/debit cards, and mobile payment options. Please confirm with your barber upon arrival for specific methods."}, { - id: "faq-3", - title: "Do you offer services for children?", - content: "Yes, we offer haircuts for children of all ages. Our barbers are experienced in providing a comfortable and friendly environment for our younger clients.", - }, + id: "faq-3", title: "Do you offer services for children?", content: "Yes, we offer haircuts for children of all ages. Our barbers are experienced in providing a comfortable and friendly environment for our younger clients."}, { - id: "faq-4", - title: "What are your operating hours?", - content: "Our barbershop is open Tuesday to Saturday from 9:00 AM to 6:00 PM. We are closed on Sundays and Mondays. Please check our online booking system for real-time availability.", - }, + id: "faq-4", title: "What are your operating hours?", content: "Our barbershop is open Tuesday to Saturday from 9:00 AM to 6:00 PM. We are closed on Sundays and Mondays. Please check our online booking system for real-time availability."}, { - id: "faq-5", - title: "Can I request a specific barber?", - content: "Absolutely! When booking online, you'll have the option to select your preferred barber from our skilled team, based on their availability. We encourage you to find the barber that best suits your style.", - }, + id: "faq-5", title: "Can I request a specific barber?", content: "Absolutely! When booking online, you'll have the option to select your preferred barber from our skilled team, based on their availability. We encourage you to find the barber that best suits your style."}, ]} title="Got Questions? We've Got Answers." description="Find quick answers to the most common questions about our services, booking, and what makes Faded Culture unique." @@ -427,8 +247,7 @@ export default function LandingPage() {