Update src/app/contact/page.tsx
This commit is contained in:
@@ -61,7 +61,8 @@ export default function ContactPage() {
|
||||
brandName="BrandLift"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Schedule Meeting", href: "/contact"}}
|
||||
text: "Schedule Meeting", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,11 +70,13 @@ export default function ContactPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Let's Talk About Your Business\n\nWe're here to help you succeed online. Whether you have questions about our services, need a custom quote, or just want to discuss your business goals, reach out to us. Our team is ready to help you launch your professional website."},
|
||||
type: "text", content: "Let's Talk About Your Business\n\nWe're here to help you succeed online. Whether you have questions about our services, need a custom quote, or just want to discuss your business goals, reach out to us. Our team is ready to help you launch your professional website."
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home", href: "/"},
|
||||
text: "Back to Home", href: "/"
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -85,7 +88,8 @@ export default function ContactPage() {
|
||||
title="Get Started Today"
|
||||
description="Tell us about your business and what you're looking to achieve. One of our experts will reach out to discuss how we can help you succeed online."
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Schedule Meeting"
|
||||
@@ -99,11 +103,14 @@ export default function ContactPage() {
|
||||
description="Get answers to frequently asked questions about our services and support."
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How quickly can you build my website?", content: "Most websites are built and launched within 48 hours. We prioritize speed without compromising quality. Our experienced team works efficiently to get your site online fast."},
|
||||
id: "1", title: "How quickly can you build my website?", content: "Most websites are built and launched within 48 hours. We prioritize speed without compromising quality. Our experienced team works efficiently to get your site online fast."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What if I need changes after launch?", content: "We offer flexible payment plans that include ongoing support and updates. You can make changes anytime based on your plan. Our support team is always available to assist you."},
|
||||
id: "2", title: "What if I need changes after launch?", content: "We offer flexible payment plans that include ongoing support and updates. You can make changes anytime based on your plan. Our support team is always available to assist you."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you work with small businesses?", content: "Yes! We specialize in working with small and medium-sized businesses. Our flexible pricing works for any budget. We understand your unique challenges and provide tailored solutions."},
|
||||
id: "3", title: "Do you work with small businesses?", content: "Yes! We specialize in working with small and medium-sized businesses. Our flexible pricing works for any budget. We understand your unique challenges and provide tailored solutions."
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/team-work-background-flat-style_23-2147763073.jpg?_wi=4"
|
||||
imageAlt="Support illustration"
|
||||
|
||||
Reference in New Issue
Block a user