Merge version_1 into main #6
@@ -11,6 +11,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import { Zap, Mail, Share2, Crown } from "lucide-react";
|
||||
|
||||
const HomePage = () => {
|
||||
@@ -207,6 +208,25 @@ const HomePage = () => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our SEO, email marketing, social media, and web development services."
|
||||
useInvertedBackground={false}
|
||||
textPosition="left"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{id: "1", title: "How long before I see SEO results?", content: "Most clients see initial improvements in 3-6 months, with significant results by 6-12 months. SEO is a long-term investment that builds sustainable organic traffic."},
|
||||
{id: "2", title: "What's included in the New Client Package?", content: "The New Client Package ($1,000-$1,250/month) includes full website SEO optimization, service page expansion, 1-2 city pages per month, Google Business Profile optimization, basic technical SEO, monthly reporting, and a strategy call."},
|
||||
{id: "3", title: "Can I customize add-on services?", content: "Absolutely! Add social media optimization for $400/month or email marketing management for $350/month to your plan. We also offer Google Ads management based on ad spend percentage or a flat $750+ fee."},
|
||||
{id: "4", title: "Do you offer website development?", content: "Yes! We build landing pages ($800-$1,000) and 5-page sites ($1,500-$2,000). Plus, get a free or discounted build when you commit to a 6-month SEO contract."},
|
||||
{id: "5", title: "What's the difference between your packages?", content: "The Growth Package ($1,750/month) includes everything from the New Client Package plus blog content, backlink outreach, email capture setup, and conversion improvements—ideal for businesses ready to scale."},
|
||||
{id: "6", title: "How do you measure success?", content: "We provide comprehensive monthly reporting tracking keyword rankings, organic traffic, conversions, and ROI. Every client gets a monthly strategy call to review progress and adjust tactics."}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to transform your digital presence? Let's talk about your SEO and digital marketing goals. Our team is here to help you succeed."
|
||||
|
||||
Reference in New Issue
Block a user