| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/raptorseduction.com/wp-content/themes/seduction-tailwind/ |
Upload File : |
<?php
if (!defined('ABSPATH')) {
exit;
}
$products = array(
array(
'title' => 'Vaincre sa dependance affective en 21 jours !',
'description' => 'La seule formation pour retrouver de la stabilite emotionnelle en 3 semaines.',
'image' => 'https://picsum.photos/seed/book1/300/400',
),
array(
'title' => 'Pack seduire un homme',
'description' => 'Un programme complet pour creer une relation forte et durable.',
'image' => 'https://picsum.photos/seed/book2/300/400',
),
array(
'title' => 'Pack sauver son couple',
'description' => 'Des strategies concretes pour calmer la rupture et rebâtir une relation saine.',
'image' => 'https://picsum.photos/seed/book3/300/400',
),
array(
'title' => '70 conseils de pro pour recuperer son ex',
'description' => 'Un ebook dense pour reprendre le controle et reconstruire mieux.',
'image' => 'https://picsum.photos/seed/book4/300/400',
),
);
$events = array(
array(
'day' => '11',
'month' => 'MAR',
'year' => '2026',
'tag' => 'CONFERENCE',
'title' => '5 cles pour vivre une relation sereine et epanouie',
'description' => 'Masterclass offerte pour comprendre l attachement, les peurs et les leviers d une relation plus stable.',
'image' => 'https://picsum.photos/seed/event1/300/220',
),
array(
'day' => '08',
'month' => 'MAR',
'year' => '2026',
'tag' => 'WEBINAR',
'title' => 'Comment reconquerir le coeur d un homme et le faire s engager',
'description' => 'Une session pour comprendre les erreurs a eviter et la feuille de route pour recreer l attraction.',
'image' => 'https://picsum.photos/seed/event2/300/220',
),
);
$categories = array(
array(
'label' => 'COMMENT AVOIR CONFIANCE EN SOI',
'url' => home_url('/category/comment-avoir-confiance-en-soi/'),
),
array(
'label' => 'VAINCRE SA TIMIDITÉ',
'url' => home_url('/vaincre-sa-timidite/'),
),
array(
'label' => 'COMMENT LE SÉDUIRE',
'url' => home_url('/category/comment-le-seduire/'),
),
array(
'label' => 'COMMENT LA SÉDUIRE',
'url' => home_url('/comment-la-seduire/'),
),
array(
'label' => 'COMMUNICATION COUPLE',
'url' => home_url('/category/communication-couple/'),
),
array(
'label' => 'RECONQUÉRIR SA FEMME',
'url' => home_url('/category/reconquerir-sa-femme/'),
),
array(
'label' => 'RECONQUÉRIR SON MARI',
'url' => home_url('/category/reconquerir-son-mari/'),
),
array(
'label' => 'RÉCUPÉRER SON EX',
'url' => home_url('/category/recuperer-son-ex/'),
),
array(
'label' => 'VIE DE COUPLE',
'url' => home_url('/category/vie-de-couple/'),
),
);
$featured_query = new WP_Query(array(
'post_type' => 'post',
'posts_per_page' => 4,
'ignore_sticky_posts' => true,
));
get_header();
?>
<section class="relative flex min-h-[720px] items-center overflow-hidden bg-neutral-950">
<div class="absolute inset-0">
<img class="h-full w-full object-cover opacity-60" src="https://picsum.photos/seed/stage/1920/1080" alt="Raptor Séduction on stage">
<div class="absolute inset-0 bg-gradient-to-r from-black via-black/70 to-transparent"></div>
</div>
<div class="relative mx-auto flex w-full max-w-site items-center justify-center px-6 pb-24 pt-32 text-white md:px-12">
<div class="max-w-3xl text-center">
<h1 class="mt-6 pt-8 font-heading text-5xl font-bold uppercase leading-[1] tracking-tight md:mt-8 md:pt-10 md:text-7xl">
Raptor
<br>
<span class="text-orange-500">Séduction</span>
</h1>
<p class="mx-auto mt-6 max-w-xl text-lg leading-8 text-white/90 md:text-xl">
Découvrez les conseils pour révolutionner votre vie amoureuse, reprendre confiance et obtenir des résultats concrets.
</p>
<div class="mt-10 flex flex-wrap justify-center gap-4">
<a class="inline-flex items-center gap-3 rounded-full bg-orange-600 px-8 py-4 text-sm font-bold uppercase tracking-[0.2em] text-white transition hover:scale-[1.02] hover:bg-orange-700" href="#coaching">
Je réserve mon coaching
<span class="flex h-8 w-8 items-center justify-center rounded-full bg-white text-orange-600">→</span>
</a>
</div>
<div class="mt-12 flex flex-wrap items-center justify-center gap-4 text-white/80">
<span class="text-sm uppercase tracking-[0.24em]">Suivez-moi</span>
<span class="h-px w-12 bg-white/40"></span>
<a class="transition hover:text-white" href="#" aria-label="TikTok"><?php echo seduction_tailwind_inline_icon('tiktok'); ?></a>
</div>
<div class="mt-8 flex flex-wrap justify-center gap-4 text-center text-sm italic text-white/80">
<div class="rounded-full border border-white/20 bg-white/5 px-5 py-3">
<div class="text-yellow-400">★★★★★</div>
<span>Le meilleur coach</span>
</div>
<div class="rounded-full border border-white/20 bg-white/5 px-5 py-3">
<div class="text-yellow-400">★★★★★</div>
<span>Il a changé ma vie</span>
</div>
<div class="rounded-full border border-white/20 bg-white/5 px-5 py-3">
<div class="text-yellow-400">★★★★★</div>
<span>Une belle rencontre</span>
</div>
</div>
</div>
</div>
</section>
<section id="articles" class="border-t border-neutral-100 bg-white py-24">
<div class="mx-auto flex w-full max-w-[1200px] flex-col gap-12 px-6 md:px-8 lg:flex-row lg:items-start">
<aside class="w-full lg:w-[260px] lg:flex-none">
<h2 class="mb-6 text-xl font-bold uppercase tracking-[0.16em] text-neutral-950">Catégories</h2>
<ul class="space-y-4">
<?php foreach ($categories as $category) : ?>
<li><a class="text-sm font-medium uppercase tracking-[0.12em] text-neutral-600 transition hover:text-orange-500" href="<?php echo esc_url($category['url']); ?>"><?php echo esc_html($category['label']); ?></a></li>
<?php endforeach; ?>
</ul>
</aside>
<div class="w-full lg:min-w-0 lg:flex-1">
<div class="mb-10 flex items-center justify-between gap-4">
<h2 class="font-heading text-4xl font-bold italic text-neutral-950 md:text-5xl">Nos articles à la une !</h2>
<div class="hidden gap-2 md:flex">
<span class="flex h-10 w-10 items-center justify-center rounded-full bg-neutral-100 text-neutral-500">←</span>
<span class="flex h-10 w-10 items-center justify-center rounded-full bg-neutral-100 text-neutral-500">→</span>
</div>
</div>
<div class="grid grid-cols-1 gap-10 md:grid-cols-2">
<?php if ($featured_query->have_posts()) : ?>
<?php while ($featured_query->have_posts()) : $featured_query->the_post(); ?>
<article class="group">
<a class="block overflow-hidden rounded-2xl" href="<?php the_permalink(); ?>">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail('large', array('class' => 'h-64 w-full object-cover transition duration-700 group-hover:scale-105')); ?>
<?php else : ?>
<img class="h-64 w-full object-cover transition duration-700 group-hover:scale-105" src="https://picsum.photos/seed/<?php echo esc_attr(get_the_ID()); ?>/800/520" alt="<?php the_title_attribute(); ?>">
<?php endif; ?>
</a>
<div class="mt-6 inline-flex rounded-full border border-neutral-200 px-4 py-1 text-xs font-bold uppercase tracking-[0.2em] text-neutral-500">
<?php echo esc_html(get_the_category_list(', ') ? wp_strip_all_tags(get_the_category_list(', ')) : 'Conseils'); ?>
</div>
<h3 class="mt-4 font-heading text-2xl font-bold leading-tight text-neutral-950 transition group-hover:text-orange-500">
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h3>
<p class="mt-3 line-clamp-3 text-sm leading-7 text-neutral-500"><?php echo esc_html(get_the_excerpt()); ?></p>
</article>
<?php endwhile; ?>
<?php wp_reset_postdata(); ?>
<?php else : ?>
<?php for ($i = 1; $i <= 4; $i++) : ?>
<article class="group">
<img class="h-64 w-full rounded-2xl object-cover" src="https://picsum.photos/seed/couple<?php echo esc_attr((string) $i); ?>/800/520" alt="Article en vedette">
<div class="mt-6 inline-flex rounded-full border border-neutral-200 px-4 py-1 text-xs font-bold uppercase tracking-[0.2em] text-neutral-500">Comment séduire</div>
<h3 class="mt-4 font-heading text-2xl font-bold leading-tight text-neutral-950 transition group-hover:text-orange-500">Article de démonstration pour meubler la homepage avant import du vrai contenu.</h3>
<p class="mt-3 line-clamp-3 text-sm leading-7 text-neutral-500">Le thème est prêt à recevoir les vrais articles WordPress et à reprendre la ligne éditoriale du template fourni.</p>
</article>
<?php endfor; ?>
<?php endif; ?>
</div>
</div>
</div>
</section>
<section id="coaching" class="bg-white py-24">
<div class="mx-auto w-full max-w-site px-6 md:px-12">
<div class="overflow-hidden rounded-[2rem] bg-gradient-to-br from-orange-500 to-red-600 text-white shadow-hero">
<div class="flex flex-col md:flex-row">
<div class="w-full p-12 md:w-1/2 md:p-20">
<h2 class="font-heading text-4xl font-bold leading-tight md:text-5xl">
BESOIN DE
<br>CONSEILS
<br>PERSONNALISÉS ?
</h2>
<p class="mt-6 max-w-md text-lg leading-8 text-white/90">
Découvre mes formules qui ont aidé des dizaines de milliers de personnes à s'épanouir.
</p>
<a class="mt-10 inline-flex items-center gap-3 rounded-full bg-white px-8 py-4 text-sm font-bold uppercase tracking-[0.2em] text-neutral-900 transition hover:bg-neutral-100" href="<?php echo esc_url(home_url('/blog/')); ?>">
Je réserve mon coaching
<span class="flex h-8 w-8 items-center justify-center rounded-full bg-violet-600 text-white">→</span>
</a>
</div>
<div class="relative min-h-[420px] w-full md:w-1/2">
<img class="absolute inset-0 h-full w-full object-cover" src="<?php echo esc_url(get_template_directory_uri() . '/assets/img/coaching-hero.svg'); ?>" alt="Coaching personnalisé">
</div>
</div>
</div>
</div>
</section>
<section id="events" class="border-t border-neutral-100 bg-white py-24">
<div class="mx-auto w-full max-w-site px-6 md:px-12">
<div class="mx-auto mb-14 max-w-3xl text-center">
<h2 class="font-heading text-4xl font-black uppercase tracking-tight md:text-5xl">Découvrir mes</h2>
<h3 class="mt-2 font-heading text-3xl font-light uppercase tracking-[0.28em] text-neutral-500 md:text-4xl">Guides</h3>
<p class="mx-auto mt-8 max-w-2xl text-lg leading-8 text-neutral-600">
Tous mes conseils sont réunis dans des formats plus denses pour accélérer tes résultats.
</p>
</div>
<div class="mx-auto max-w-sm">
<article class="group flex h-full flex-col text-center">
<div class="overflow-hidden rounded-2xl bg-neutral-50 shadow-sm transition group-hover:shadow-md">
<img class="h-[300px] w-full object-contain p-4 transition duration-500 group-hover:scale-105" src="https://seduction.ledenicheurgagnant.com/wp-content/uploads/2026/03/guide-avoir-confiance.jpg" alt="Guide premium séduction">
</div>
<h3 class="mt-6 font-heading text-xl font-bold leading-tight transition group-hover:text-orange-600">Guide premium pour séduire avec confiance</h3>
<p class="mt-3 flex-grow text-sm leading-7 text-neutral-500">
Un ebook concis pour mieux comprendre l’attirance, corriger les erreurs fréquentes et poser une énergie plus séduisante.
</p>
<a class="mt-6 inline-flex justify-center text-sm font-bold uppercase tracking-[0.16em] text-red-600 transition hover:text-red-700" href="<?php echo esc_url(home_url('/comment-avoir-confiance-en-soi/')); ?>">
Découvrir le guide
</a>
</article>
</div>
</div>
</section>
<?php
get_footer();