Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 08:19:00 +00:00
parent 487a3e99a4
commit bbc1d4bd6f

View File

@@ -11,7 +11,7 @@ const navItems = [
{ name: "Portfolio", id: "portfolio" },
{ name: "Why Us", id: "about" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact" }
];
const footerColumns = [
@@ -20,32 +20,32 @@ const footerColumns = [
{ label: "Web Design", href: "#services" },
{ label: "SEO Optimization", href: "#services" },
{ label: "Lead Generation", href: "#services" },
{ label: "Portfolio Showcase", href: "#services" },
],
{ label: "Portfolio Showcase", href: "#services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
{ label: "Contact", href: "#contact" }
]
},
{
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Pricing", href: "#pricing" },
{ label: "FAQ", href: "#faq" },
],
{ label: "FAQ", href: "#faq" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
],
},
{ label: "Cookie Policy", href: "#" }
]
}
];
export default function ContactPage() {
@@ -71,18 +71,22 @@ export default function ContactPage() {
faqs={[
{
id: "1", title: "What's your typical project timeline?", content:
"Most projects are completed in 3-4 weeks. This includes initial consultation, design mockups (2 revision rounds), development, content integration, testing, and deployment. We work efficiently to get your site live without compromising quality."},
"Most projects are completed in 3-4 weeks. This includes initial consultation, design mockups (2 revision rounds), development, content integration, testing, and deployment. We work efficiently to get your site live without compromising quality."
},
{
id: "2", title: "Do you offer redesigns for existing websites?", content:
"Yes! We can redesign and rebuild your existing website from the ground up. We'll preserve your domain and help migrate all content. Redesigns take 2-3 weeks depending on complexity and existing functionality."},
"Yes! We can redesign and rebuild your existing website from the ground up. We'll preserve your domain and help migrate all content. Redesigns take 2-3 weeks depending on complexity and existing functionality."
},
{
id: "3", title: "Can I manage the website myself?", content:
"Absolutely. We can build your site with an easy-to-use CMS so you can update content, add portfolio items, and manage basic elements yourself. We also provide training and ongoing support to keep your site running smoothly."},
"Absolutely. We can build your site with an easy-to-use CMS so you can update content, add portfolio items, and manage basic elements yourself. We also provide training and ongoing support to keep your site running smoothly."
}
]}
ctaTitle="Ready to Transform Your Online Presence?"
ctaDescription="Let's discuss your project and how we can help your contracting business grow. Schedule a free consultation today."
ctaButton={{
text: "Schedule Free Consultation", href: "https://calendly.com/buildpro"}}
text: "Schedule Free Consultation", href: "https://calendly.com/buildpro"
}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"