Merge version_4_1779717160354 into main

Merge version_4_1779717160354 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-25 13:53:50 +00:00

View File

@@ -7,6 +7,7 @@ import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMa
import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards';
import { BarChart2, Sparkles, TrendingUp } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import FaqSimple from "@/components/sections/faq/FaqSimple";
export default function HomePage() {
return (
@@ -212,6 +213,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, processes, and what makes us Madrid's leading marketing agency."
items={[
{
question: "What types of businesses do you work with?",
answer: "We partner with businesses of all sizes, from startups to established enterprises, across various industries. Our strategies are tailored to meet your unique goals.",
},
{
question: "How do you measure success?",
answer: "We focus on data-driven results. Success is measured through key performance indicators (KPIs) such as increased website traffic, lead generation, conversion rates, and overall ROI, all tracked and reported transparently.",
},
{
question: "What is your approach to digital marketing?",
answer: "Our approach is holistic and integrated. We combine SEO, content marketing, social media, and paid advertising to create a cohesive strategy that maximizes your online presence and achieves measurable growth.",
},
{
question: "How long does it take to see results?",
answer: "While some results can be seen quickly, especially with paid advertising, sustainable organic growth typically takes 3-6 months. We focus on long-term strategies for lasting impact.",
},
{
question: "Do you offer custom marketing packages?",
answer: "Absolutely! We understand that every business is unique. We offer fully customized marketing packages designed to align with your specific objectives, budget, and industry.",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactSplitForm