diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ee4e73..d5e7356 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,24 +19,20 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="blurBottom" - cardStyle="layered-gradient" - primaryButtonStyle="gradient" + background="noise" + cardStyle="outline" + primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="medium" + headingFontWeight="semibold" > @@ -101,20 +85,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "1", title: "Comment intégrer ma clé API Grok ?", content: "Il vous suffit d'insérer votre clé API dans les paramètres de votre tableau de bord MathIA, et notre moteur de rendu se connectera instantanément."}, - { - id: "2", title: "Le dessin est-il vraiment naturel ?", content: "Oui, notre algorithme de tracé simule la pression et la vitesse d'une main humaine, offrant un rendu ultra-naturel sur le tableau blanc."}, - { - id: "3", title: "Quels types de maths sont supportés ?", content: "De l'algèbre de base aux calculs avancés, notre système s'adapte à tous les niveaux grâce à l'intelligence de Grok."}, - { - id: "4", title: "Est-ce compatible sur tablette ?", content: "MathIA est entièrement optimisé pour les tablettes avec stylet pour une expérience de dessin fluide."}, - { - id: "5", title: "Puis-je exporter mes notes ?", content: "Oui, chaque session sur le tableau blanc peut être exportée au format PDF ou image haute résolution."}, + { id: "1", title: "Qu'est-ce que MathIA ?", content: "C'est une plateforme qui associe Grok AI à un canevas numérique interactif." }, + { id: "2", title: "Besoin d'une clé API ?", content: "Oui, vous utilisez votre propre clé pour une confidentialité totale." }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BiavO3dCn02likxwS7upWoCIlU/clean-interface-showing-interactive-math-1775133774387-5fe1858a.png" title="Questions Fréquentes" - description="Tout ce que vous devez savoir sur MathIA." + description="Plus d'informations sur MathIA." faqsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -123,18 +99,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 76c7cc4..a5bc770 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #050012; - --card: #040121; - --foreground: #f0e6ff; - --primary-cta: #c89bff; - --primary-cta-text: #050012; - --secondary-cta: #1d123b; - --secondary-cta-text: #f0e6ff; - --accent: #684f7b; - --background-accent: #65417c; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);