diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2405aad..0cd065e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,9 +34,9 @@ export default function ContactPage() {
@@ -49,7 +49,7 @@ export default function ContactPage() { background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png?_wi=5" - imageAlt="Webuild team collaborating" + imageAlt="smartbiz team collaborating" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -65,41 +65,23 @@ export default function ContactPage() { tag="Help" faqs={[ { - id: "1", - title: "How quickly will you respond to my inquiry?", - content: - "We typically respond to inquiries within 24 business hours. For urgent matters, feel free to call or email us directly at hello@webuild.dev.", - }, + id: "1", title: "How quickly will you respond to my inquiry?", content: + "We typically respond to inquiries within 24 business hours. For urgent matters, feel free to call or email us directly at hello@smartbiz.dev."}, { - id: "2", - title: "What should I prepare for the initial consultation?", - content: - "Come ready to discuss your business goals, target audience, current challenges, and budget. It helps to have any competitor websites or design inspiration you like. We'll guide you through the rest!", - }, + id: "2", title: "What should I prepare for the initial consultation?", content: + "Come ready to discuss your business goals, target audience, current challenges, and budget. It helps to have any competitor websites or design inspiration you like. We'll guide you through the rest!"}, { - id: "3", - title: "Do you offer free consultations?", - content: - "Yes! We offer a complimentary 30-minute consultation to discuss your project, understand your needs, and provide initial recommendations.", - }, + id: "3", title: "Do you offer free consultations?", content: + "Yes! We offer a complimentary 30-minute consultation to discuss your project, understand your needs, and provide initial recommendations."}, { - id: "4", - title: "What if I need ongoing support after launch?", - content: - "We offer flexible maintenance and support packages. You can choose from hourly rates, monthly retainers, or custom packages based on your needs.", - }, + id: "4", title: "What if I need ongoing support after launch?", content: + "We offer flexible maintenance and support packages. You can choose from hourly rates, monthly retainers, or custom packages based on your needs."}, { - id: "5", - title: "How can I track project progress?", - content: - "We provide regular updates, typically weekly, and you'll have access to a project management portal where you can monitor milestones and deliverables in real-time.", - }, + id: "5", title: "How can I track project progress?", content: + "We provide regular updates, typically weekly, and you'll have access to a project management portal where you can monitor milestones and deliverables in real-time."}, { - id: "6", - title: "What timezone are you in?", - content: - "Our team spans multiple timezones, allowing us to provide support throughout the day. We're available EST and can accommodate most timezone schedules.", - }, + id: "6", title: "What timezone are you in?", content: + "Our team spans multiple timezones, allowing us to provide support throughout the day. We're available EST and can accommodate most timezone schedules."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -110,37 +92,16 @@ export default function ContactPage() {