Update src/app/contact/page.tsx
This commit is contained in:
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -72,13 +71,13 @@ 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."},
|
||||
"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."},
|
||||
"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."},
|
||||
"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."
|
||||
|
||||
Reference in New Issue
Block a user