Update src/app/contact/page.tsx
This commit is contained in:
@@ -31,8 +31,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact"
|
||||
text: "Get Started", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,7 +47,7 @@ export default function ContactPage() {
|
||||
{ value: "100%", title: "Project Success Rate" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg"
|
||||
imageAlt: "Webild Studio team ready to help"
|
||||
imageAlt="Webild Studio team ready to help"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
@@ -61,29 +60,19 @@ export default function ContactPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you handle project pricing?",
|
||||
content: "We provide transparent, fixed-price proposals based on project scope and requirements. After our initial consultation, you'll receive a detailed proposal outlining deliverables, timeline, and investment. No hidden fees, no surprises."
|
||||
id: "1", title: "How do you handle project pricing?", content: "We provide transparent, fixed-price proposals based on project scope and requirements. After our initial consultation, you'll receive a detailed proposal outlining deliverables, timeline, and investment. No hidden fees, no surprises."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's your typical project timeline?",
|
||||
content: "Timeline varies by project complexity. Brand identity projects typically take 4-6 weeks, websites range from 6-12 weeks, and custom applications can take 12-24 weeks. We'll provide a detailed timeline during our discovery phase."
|
||||
id: "2", title: "What's your typical project timeline?", content: "Timeline varies by project complexity. Brand identity projects typically take 4-6 weeks, websites range from 6-12 weeks, and custom applications can take 12-24 weeks. We'll provide a detailed timeline during our discovery phase."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you work with clients remotely?",
|
||||
content: "Absolutely! We work with clients worldwide and have perfected our remote collaboration process. We use modern project management tools, regular video calls, and clear communication protocols to ensure seamless collaboration regardless of location."
|
||||
id: "3", title: "Do you work with clients remotely?", content: "Absolutely! We work with clients worldwide and have perfected our remote collaboration process. We use modern project management tools, regular video calls, and clear communication protocols to ensure seamless collaboration regardless of location."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What information should I prepare for our first call?",
|
||||
content: "Come prepared to discuss your goals, target audience, budget range, and timeline. If you have existing brand materials, competitive references, or inspiration examples, those are helpful too. We'll guide you through the rest during our discovery process."
|
||||
id: "4", title: "What information should I prepare for our first call?", content: "Come prepared to discuss your goals, target audience, budget range, and timeline. If you have existing brand materials, competitive references, or inspiration examples, those are helpful too. We'll guide you through the rest during our discovery process."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer ongoing support after project completion?",
|
||||
content: "Yes, we provide comprehensive post-launch support including maintenance, updates, performance monitoring, and strategic guidance. We offer various support packages to ensure your digital presence continues to evolve and perform optimally."
|
||||
id: "5", title: "Do you offer ongoing support after project completion?", content: "Yes, we provide comprehensive post-launch support including maintenance, updates, performance monitoring, and strategic guidance. We offer various support packages to ensure your digital presence continues to evolve and perform optimally."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg"
|
||||
@@ -105,7 +94,7 @@ export default function ContactPage() {
|
||||
{ value: "Free", title: "Initial Consultation" },
|
||||
{ value: "30min", title: "Discovery Call" }
|
||||
]}
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"
|
||||
imageAlt="Project planning and consultation"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
@@ -119,8 +108,7 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Brand Design", href: "/services" },
|
||||
{ label: "Web Development", href: "/services" },
|
||||
{ label: "Mobile Apps", href: "/services" },
|
||||
@@ -128,8 +116,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
@@ -137,8 +124,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
|
||||
Reference in New Issue
Block a user