From 3e6a12da89f415ab363bc86f7177c94e04d9c8e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 10:33:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1