diff --git a/src/app/page.tsx b/src/app/page.tsx index ca4b16d..0f28145 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Structural Color // RED" description="Là où la lumière structure la réalité, le rouge définit la fin des temps." buttons={[ - { text: "Découvrir l'univers", href: "#about" }, + { text: "Plonger dans le rouge", href: "#about" }, { text: "Précommander", href: "#contact" }, ]} layoutOrder="default" @@ -128,4 +128,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file