{% extends 'base.html.twig' %}
{% block title %}Match Meuble | Accueil
{% endblock %}
{% block body %}
<!-- Hero Section -->
{{ include('components/hero.html.twig') }}
<!-- About Section -->
{{ include('components/about.html.twig') }}
<!-- Pricing Section -->
{{ include('components/pricing.html.twig', { plans: plans|default(null) }) }}
<!-- Testimonials Section -->
{{ include('components/testimonials.html.twig') }}
<!-- Newsletter Section -->
{{ include('components/newsletter.html.twig') }}
{% endblock %}