From 30033cedfff75b503bf1c7314d58d82e0420d8e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:17:12 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d05469c..9c50dc0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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."