Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:45:06 +00:00

View File

@@ -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() {
<ContactText
text="Ready to build your inspection empire? Join the InspectPro franchise network and start your journey to business success today."
animationType="reveal-blur"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[
{ text: "Request Franchise Info", href: "#" },
@@ -95,23 +92,11 @@ export default function ContactPage() {
useInvertedBackground={true}
features={[
{
title: "Email Support",
description: "Send us a message at franchise@inspectpro.com and our team will respond within 24 business hours with information and next steps for your franchise inquiry.",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg?_wi=3",
imageAlt: "Email support contact method",
},
title: "Email Support", description: "Send us a message at franchise@inspectpro.com and our team will respond within 24 business hours with information and next steps for your franchise inquiry.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "Email support contact method"},
{
title: "Phone Consultation",
description: "Call our franchise team at 1-800-INSPECT-1 (1-800-467-3278) Monday-Friday, 9am-6pm EST. Our specialists are ready to answer your questions about franchise opportunities.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-server-room-employee-analyzing-equipment-metrics-device-screen_482257-127123.jpg?_wi=3",
imageAlt: "Phone consultation support",
},
title: "Phone Consultation", description: "Call our franchise team at 1-800-INSPECT-1 (1-800-467-3278) Monday-Friday, 9am-6pm EST. Our specialists are ready to answer your questions about franchise opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-server-room-employee-analyzing-equipment-metrics-device-screen_482257-127123.jpg", imageAlt: "Phone consultation support"},
{
title: "Schedule a Call",
description: "Book a personalized discovery call with our franchise development team. We'll discuss your background, goals, and how InspectPro can help you build a successful inspection business.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-leader-talking-subordinates_74855-4115.jpg?_wi=4",
imageAlt: "Video call consultation",
},
title: "Schedule a Call", description: "Book a personalized discovery call with our franchise development team. We'll discuss your background, goals, and how InspectPro can help you build a successful inspection business.", imageSrc: "http://img.b2bpic.net/free-photo/confident-leader-talking-subordinates_74855-4115.jpg", imageAlt: "Video call consultation"},
]}
buttonAnimation="slide-up"
/>
@@ -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."},
]}
/>
</div>