diff --git a/src/main/frontend/public/asset/png/mainpage/mobile-main.png b/src/main/frontend/public/asset/png/mainpage/mobile-main.png new file mode 100644 index 00000000..5e8ad699 Binary files /dev/null and b/src/main/frontend/public/asset/png/mainpage/mobile-main.png differ diff --git a/src/main/frontend/src/app/main/HeadSectionComponents.tsx b/src/main/frontend/src/app/main/HeadSectionComponents.tsx index 1b219c1d..f8e8dec9 100644 --- a/src/main/frontend/src/app/main/HeadSectionComponents.tsx +++ b/src/main/frontend/src/app/main/HeadSectionComponents.tsx @@ -41,7 +41,7 @@ const AutoTextSlider: React.FC = ({ texts }) => { >
{texts.map((text, index) => ( -
+
{text}
))} @@ -56,15 +56,20 @@ export default function HeadSectionComponents() { return (
-
- +
+
+
+
-
-) - ; + ) + ; } \ No newline at end of file