diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9a0cabe..c75c85c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,43 +60,26 @@ export default function ContactPage() { tagIcon={HelpCircle} faqs={[ { - id: "1", - title: "How do I book a consultation?", - content: "You can reach us by phone at +1-555-0123, email hello@luminoushair.com, or use our online booking form. We typically schedule consultations within 2-3 business days.", - }, + id: "1", title: "How do I book a consultation?", content: "You can reach us by phone at +1-555-0123, email hello@luminoushair.com, or use our online booking form. We typically schedule consultations within 2-3 business days."}, { - id: "2", - title: "What should I expect during my first consultation?", - content: "Your consultation will last 30-45 minutes. We'll discuss your hair goals, assess your hair type and condition, review our extension options, and provide a personalized recommendation and pricing quote.", - }, + id: "2", title: "What should I expect during my first consultation?", content: "Your consultation will last 30-45 minutes. We'll discuss your hair goals, assess your hair type and condition, review our extension options, and provide a personalized recommendation and pricing quote."}, { - id: "3", - title: "How long does the installation process take?", - content: "Installation times vary: Clip-in extensions take 60-90 minutes, tape-in extensions take 120-150 minutes, and sew-in weaves take 180-240 minutes depending on hair length and volume.", - }, + id: "3", title: "How long does the installation process take?", content: "Installation times vary: Clip-in extensions take 60-90 minutes, tape-in extensions take 120-150 minutes, and sew-in weaves take 180-240 minutes depending on hair length and volume."}, { - id: "4", - title: "Do you offer payment plans?", - content: "Yes! We offer flexible payment plans for packages over $300. We accept all major credit cards and offer interest-free installment options. Contact us for details.", - }, + id: "4", title: "Do you offer payment plans?", content: "Yes! We offer flexible payment plans for packages over $300. We accept all major credit cards and offer interest-free installment options. Contact us for details."}, { - id: "5", - title: "Can I reschedule my appointment?", - content: "Absolutely. We understand life happens! We offer free rescheduling up to 48 hours before your appointment. For cancellations with less notice, a 25% cancellation fee may apply.", - }, + id: "5", title: "Can I reschedule my appointment?", content: "Absolutely. We understand life happens! We offer free rescheduling up to 48 hours before your appointment. For cancellations with less notice, a 25% cancellation fee may apply."}, { - id: "6", - title: "What if I'm not satisfied with my extensions?", - content: "Your satisfaction is our priority. If you're not happy with your extensions, we offer a free adjustment visit within 7 days. We want you to love your new look!", - }, + id: "6", title: "What if I'm not satisfied with my extensions?", content: "Your satisfaction is our priority. If you're not happy with your extensions, we offer a free adjustment visit within 7 days. We want you to love your new look!"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg" imageAlt="Contact information support" textboxLayout="default" animationType="smooth" mediaPosition="left" useInvertedBackground={false} faqsAnimation="slide-up" + mediaAnimation="none" /> @@ -105,8 +88,7 @@ export default function ContactPage() { @@ -423,8 +280,7 @@ export default function HomePage() { @@ -50,64 +48,22 @@ export default function PricingPage() { @@ -174,17 +113,12 @@ export default function PricingPage() { animationType="entrance-slide" buttons={[ { - text: "Schedule Appointment", - href: "/contact", - }, + text: "Schedule Appointment", href: "/contact"}, { - text: "Call Us", - href: "tel:+1-555-0123", - }, + text: "Call Us", href: "tel:+1-555-0123"}, ]} background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} /> @@ -193,87 +127,51 @@ export default function PricingPage() {