🎨 UI: sections temoignages et vedettes

This commit is contained in:
2026-02-04 23:06:59 +01:00
parent ca008f66bb
commit cbd0b76074
11 changed files with 21 additions and 10 deletions

View File

@@ -198,7 +198,7 @@ include_template('navbar', compact('currentPage'));
<?php $testimonials = getTestimonials(); ?>
<?php if (!empty($testimonials)): ?>
<section class="section bg-surface">
<section class="section">
<div class="container-content">
<div class="section-header">
<h2 class="section-title">Ce Qu'ils Disent</h2>
@@ -230,4 +230,4 @@ include_template('navbar', compact('currentPage'));
</section>
</main>
<?php include_template('footer'); ?>
<?php include_template('footer'); ?>