Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #16.
This commit is contained in:
2026-06-02 18:44:05 +00:00

View File

@@ -13,6 +13,17 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import { Activity, AlertTriangle, Gauge, Heart, Scale, Square, Wallet } from "lucide-react";
export default function LandingPage() {
const navItems = [
{ name: "Accueil", id: "#hero" },
{ name: "Tes Problèmes", id: "#tu-te-reconnais" },
{ name: "La Solution", id: "#triangle-hormonal" },
{ name: "Ce Que Tu Apprends", id: "#ce-que-tu-vas-apprendre" },
{ name: "Témoignages", id: "#resultats-reels" },
{ name: "À Propos", id: "#a-propos-alie" },
{ name: "L'Offre", id: "#offer-recap" },
{ name: "FAQ", id: "#faq" }
];
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -30,6 +41,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName={"HORMONES FÉMININES 101 - Comprends enfin pourquoi ton corps bloque"}
navItems={navItems}
/>
</div>