From 0d16907e7b8b73d4a3d2aa734680a5a5d939ff87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 22:26:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a5ab4a..5949f8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,6 +58,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Utilisateur 4" }, { src: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", alt: "Utilisateur 5" } ]} + buttonClassName="btn-primary" /> @@ -186,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1