diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index db5b758..ebf1a19 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Franchise", href: "/franchise" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Franchisee Portal", href: "#" }, { label: "Training Materials", href: "#" }, { label: "Support Center", href: "#" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Franchise Disclosure", href: "#" }, @@ -55,7 +52,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -73,7 +70,7 @@ export default function ContactPage() { @@ -126,27 +111,18 @@ export default function ContactPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-supervisor-training-latin-executive-call-center-manager-explaining-work-stuff-employees-offering-tech-support-customer-service_662251-427.jpg" imageAlt="Customer service and support team" mediaAnimation="slide-up" mediaPosition="left" faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How quickly can I hear back from the franchise team?", - content: "We pride ourselves on quick response times. Expect to hear from our franchise development specialist within 24 hours of your inquiry. For phone calls, we typically respond within 2 business hours during business hours.", - }, + id: "1", title: "How quickly can I hear back from the franchise team?", content: "We pride ourselves on quick response times. Expect to hear from our franchise development specialist within 24 hours of your inquiry. For phone calls, we typically respond within 2 business hours during business hours."}, { - id: "2", - title: "What information should I prepare before contacting InspectPro?", - content: "Have ready your background information (professional and educational), financial capacity overview, desired territory or market, availability for training, and any specific questions about franchise opportunities. This helps us provide the most relevant information for your situation.", - }, + id: "2", title: "What information should I prepare before contacting InspectPro?", content: "Have ready your background information (professional and educational), financial capacity overview, desired territory or market, availability for training, and any specific questions about franchise opportunities. This helps us provide the most relevant information for your situation."}, { - id: "3", - title: "Is there a questionnaire to complete first?", - content: "Yes, we'll typically ask you to complete a brief qualification questionnaire to understand your background, financial capability, and franchise goals. This helps us ensure the best fit and provide tailored information about InspectPro's franchise opportunity.", - }, + id: "3", title: "Is there a questionnaire to complete first?", content: "Yes, we'll typically ask you to complete a brief qualification questionnaire to understand your background, financial capability, and franchise goals. This helps us ensure the best fit and provide tailored information about InspectPro's franchise opportunity."}, ]} />