From ab23d5d9b1b808886a3ca6da40fb04fbfd557fb3 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Mon, 9 Feb 2026 18:47:08 +0700 Subject: [PATCH] website: restore hero background image --- packages/website/src/routes/index.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/website/src/routes/index.tsx b/packages/website/src/routes/index.tsx index 1bdc7589c..244e8d702 100644 --- a/packages/website/src/routes/index.tsx +++ b/packages/website/src/routes/index.tsx @@ -20,8 +20,14 @@ export const Route = createFileRoute('/')({ function Home() { return ( - {/* Hero section */} -
+ {/* Hero section with background image */} +
+
+
+