diff --git a/public/swc.svg b/public/swc.svg new file mode 100644 index 0000000..5608ec8 --- /dev/null +++ b/public/swc.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/main.tsx b/src/pages/main.tsx index dd57b8d..86dff55 100644 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -4,45 +4,67 @@ import Timer from "@/components/timer/Timer"; const Main: React.FC = () => { return ( -
-
+
+
-
-
- logo - +
+
+
+ logo + +
+
+ + + +
); };