From 07825a5539b65f61b41d845d2745432e7720aaee Mon Sep 17 00:00:00 2001
From: Amin <26092352+aminamos@users.noreply.github.com>
Date: Sun, 13 Sep 2026 20:06:12 -0500
Subject: [PATCH] feat: modernize landing page action cards and platform about
section (#85)
---
src/app/[locale]/components/HomePage.tsx | 39 ++++++++++++++++--------
1 file changed, 27 insertions(+), 12 deletions(-)
diff --git a/src/app/[locale]/components/HomePage.tsx b/src/app/[locale]/components/HomePage.tsx
index 9263ccde..2a696ca4 100644
--- a/src/app/[locale]/components/HomePage.tsx
+++ b/src/app/[locale]/components/HomePage.tsx
@@ -1,5 +1,5 @@
import { type ReactElement } from 'react';
-import { Box, Typography, Button, Container, Divider } from '@mui/material';
+import { Box, Typography, Button, Container, Divider, Paper } from '@mui/material';
import {
Search,
CheckCircleOutlineOutlined,
@@ -25,23 +25,37 @@ const ActionBox = ({
buttonHref,
buttonText,
}: ActionBoxProps): React.ReactElement => (
- theme.shadows[2],
+ },
}}
>
-
-
-
+
);
/**
@@ -172,18 +186,19 @@ export default async function HomePage(): Promise {
buttonText={t('signUpApi')}
/>
- {
{t('validatorOutro')}
-
+
);