From 4255bd2312d6830dea2f0555165b07fc1fbe61cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:39:10 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 130 ++++++++------------------------------ 1 file changed, 25 insertions(+), 105 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 992a6d5..7470ba3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,14 +20,11 @@ export default function ServicesPage() { ]; const navButton = { - text: "Book Now", - href: "/contact", - }; + text: "Book Now", href: "/contact"}; const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Products", href: "/products" }, @@ -35,8 +32,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }, @@ -44,8 +40,7 @@ export default function ServicesPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Care Guide", href: "#" }, { label: "Booking", href: "/contact" }, @@ -53,8 +48,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookies", href: "#" }, @@ -92,26 +86,11 @@ export default function ServicesPage() { tagIcon={Scissors} features={[ { - id: "01", - title: "Professional Consultation", - description: "Personalized assessment of your hair type, desired look, and maintenance commitment", - imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-herself-scalp-massage_23-2151301344.jpg?_wi=2", - imageAlt: "Professional hair consultation", - }, + id: "01", title: "Professional Consultation", description: "Personalized assessment of your hair type, desired look, and maintenance commitment", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-herself-scalp-massage_23-2151301344.jpg", imageAlt: "Professional hair consultation"}, { - id: "02", - title: "Expert Installation", - description: "Skilled application using premium techniques to ensure natural-looking, secure extensions", - imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-washed-hairdresser_23-2150771283.jpg?_wi=2", - imageAlt: "Professional hair installation", - }, + id: "02", title: "Expert Installation", description: "Skilled application using premium techniques to ensure natural-looking, secure extensions", imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-washed-hairdresser_23-2150771283.jpg", imageAlt: "Professional hair installation"}, { - id: "03", - title: "Maintenance & Care", - description: "Ongoing support with touch-ups, adjustments, and professional care treatments", - imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356699.jpg?_wi=2", - imageAlt: "Hair maintenance service", - }, + id: "03", title: "Maintenance & Care", description: "Ongoing support with touch-ups, adjustments, and professional care treatments", imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356699.jpg", imageAlt: "Hair maintenance service"}, ]} textboxLayout="default" animationType="slide-up" @@ -128,64 +107,22 @@ export default function ServicesPage() { tagIcon={TagIcon} plans={[ { - id: "standard", - title: "Standard Package", - price: "$299", - period: "/session", - imageSrc: "http://img.b2bpic.net/free-photo/examination-bed-hospital-room_482257-85715.jpg?_wi=2", - imageAlt: "Standard service package", - button: { - text: "Get Started", - href: "/contact", - }, + id: "standard", title: "Standard Package", price: "$299", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/examination-bed-hospital-room_482257-85715.jpg", imageAlt: "Standard service package", button: { + text: "Get Started", href: "/contact"}, features: [ - "Initial consultation included", - "Professional installation", - "60-90 minute appointment", - "Aftercare instructions", - "First maintenance visit", - ], + "Initial consultation included", "Professional installation", "60-90 minute appointment", "Aftercare instructions", "First maintenance visit"], }, { - id: "premium", - title: "Premium Package", - price: "$459", - period: "/session", - imageSrc: "http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg?_wi=2", - imageAlt: "Premium service package", - button: { - text: "Book Premium", - href: "/contact", - }, + id: "premium", title: "Premium Package", price: "$459", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/reed-diffuser-candles-towels-scent-relaxation_169016-69538.jpg", imageAlt: "Premium service package", button: { + text: "Book Premium", href: "/contact"}, features: [ - "Extended consultation", - "Expert installation", - "120-minute appointment", - "Premium product selection", - "Two maintenance visits", - "Styling session included", - ], + "Extended consultation", "Expert installation", "120-minute appointment", "Premium product selection", "Two maintenance visits", "Styling session included"], }, { - id: "elite", - title: "Elite Package", - price: "$699", - period: "/session", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg?_wi=2", - imageAlt: "Elite service package", - button: { - text: "Book Elite", - href: "/contact", - }, + id: "elite", title: "Elite Package", price: "$699", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg", imageAlt: "Elite service package", button: { + text: "Book Elite", href: "/contact"}, features: [ - "VIP consultation", - "Premium installation", - "180-minute luxury experience", - "Top-tier hair selection", - "Four maintenance visits", - "Styling & color service", - "Priority scheduling", - ], + "VIP consultation", "Premium installation", "180-minute luxury experience", "Top-tier hair selection", "Four maintenance visits", "Styling & color service", "Priority scheduling"], }, ]} textboxLayout="default" @@ -202,43 +139,26 @@ export default function ServicesPage() { tagIcon={HelpCircle} faqs={[ { - id: "1", - title: "How long do hair extensions last?", - content: "With proper care and maintenance, our extensions typically last 6-8 weeks before requiring touch-ups. The lifespan depends on your hair growth rate and how well you maintain them.", - }, + id: "1", title: "How long do hair extensions last?", content: "With proper care and maintenance, our extensions typically last 6-8 weeks before requiring touch-ups. The lifespan depends on your hair growth rate and how well you maintain them."}, { - id: "2", - title: "Can I wear my extensions while swimming?", - content: "Yes, but we recommend putting your hair in a braid or bun and applying a leave-in conditioner before swimming. Chlorine and saltwater can dry out extensions, so proper protection is important.", - }, + id: "2", title: "Can I wear my extensions while swimming?", content: "Yes, but we recommend putting your hair in a braid or bun and applying a leave-in conditioner before swimming. Chlorine and saltwater can dry out extensions, so proper protection is important."}, { - id: "3", - title: "How do I care for my extensions daily?", - content: "Use a soft-bristle brush, sleep with your hair in a braid, avoid excessive heat styling, and use our recommended hair care products. We provide detailed aftercare instructions at your appointment.", - }, + id: "3", title: "How do I care for my extensions daily?", content: "Use a soft-bristle brush, sleep with your hair in a braid, avoid excessive heat styling, and use our recommended hair care products. We provide detailed aftercare instructions at your appointment."}, { - id: "4", - title: "Are your extensions made from real hair?", - content: "Yes, all our extensions are made from 100% real, ethically-sourced human hair. We offer various grades from standard to premium for different needs and budgets.", - }, + id: "4", title: "Are your extensions made from real hair?", content: "Yes, all our extensions are made from 100% real, ethically-sourced human hair. We offer various grades from standard to premium for different needs and budgets."}, { - id: "5", - title: "What if I have sensitive scalp?", - content: "We can use gentler installation methods like clip-ins or tape-ins. During consultation, inform us of any sensitivities so we can customize the application method.", - }, + id: "5", title: "What if I have sensitive scalp?", content: "We can use gentler installation methods like clip-ins or tape-ins. During consultation, inform us of any sensitivities so we can customize the application method."}, { - id: "6", - title: "Do you offer color matching?", - content: "Absolutely! We carefully match your natural hair color and can also provide custom coloring services. Bring reference photos if you want a specific shade.", - }, + id: "6", title: "Do you offer color matching?", content: "Absolutely! We carefully match your natural hair color and can also provide custom coloring services. Bring reference photos if you want a specific shade."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg" imageAlt="FAQ support" textboxLayout="default" animationType="smooth" mediaPosition="left" useInvertedBackground={false} faqsAnimation="slide-up" + mediaAnimation="none" />