Merge version_6_1779666031797 into main #8
@@ -1,4 +1,5 @@
|
||||
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeaturesStatisticsCards from '@/components/sections/features/FeaturesStatisticsCards';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
@@ -213,6 +214,38 @@ export default function HomePage() {
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="FAQs"
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to the most common questions about our services, process, and pricing."
|
||||
items={[
|
||||
{
|
||||
question: "What services do you offer?",
|
||||
answer: "We offer a comprehensive suite of digital marketing services including SEO, social media management, content marketing, and paid advertising. Our goal is to provide tailored strategies that drive measurable results for your business."
|
||||
},
|
||||
{
|
||||
question: "How does your process work?",
|
||||
answer: "Our process begins with a detailed consultation to understand your unique business goals and challenges. We then develop a customized strategy, execute campaigns with precision, and continuously monitor and optimize for the best possible performance. Transparency and collaboration are key at every step."
|
||||
},
|
||||
{
|
||||
question: "What are your pricing models?",
|
||||
answer: "Our pricing models are flexible and designed to fit various business needs and budgets. We offer project-based fees, monthly retainers, and performance-based agreements. After our initial consultation, we'll provide a detailed proposal outlining the costs associated with your customized marketing plan."
|
||||
},
|
||||
{
|
||||
question: "How do you measure success?",
|
||||
answer: "We define success by measurable KPIs (Key Performance Indicators) that align with your business objectives. This includes metrics like website traffic, lead generation, conversion rates, return on ad spend (ROAS), and overall brand engagement. We provide regular, transparent reports to keep you informed of our progress."
|
||||
},
|
||||
{
|
||||
question: "Can you work with my existing marketing team?",
|
||||
answer: "Absolutely! We often collaborate with in-house marketing teams, acting as an extension of your capabilities. Whether you need support in specific areas or a full-service partnership, we integrate seamlessly to enhance your current efforts and achieve shared goals."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactSplitForm
|
||||
|
||||
Reference in New Issue
Block a user