diff --git a/index.html b/index.html
index bf9ef45..16507c8 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,17 @@
-
+
- landing
+ dfsync — TypeScript HTTP client for service-to-service communication
+
+
+
+
+
diff --git a/public/CNAME b/public/CNAME
deleted file mode 100644
index f36aab6..0000000
--- a/public/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-dfsync.io
diff --git a/public/assets/logo.svg b/public/assets/logo.svg
new file mode 100644
index 0000000..c15889d
--- /dev/null
+++ b/public/assets/logo.svg
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..c15889d
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/public/vite.svg b/public/vite.svg
deleted file mode 100644
index e7b8dfb..0000000
--- a/public/vite.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/components/Brand/Brand.tsx b/src/components/Brand/Brand.tsx
index c22c734..aeb8c4e 100644
--- a/src/components/Brand/Brand.tsx
+++ b/src/components/Brand/Brand.tsx
@@ -1,18 +1,39 @@
-import { Typography } from '@mui/material';
+import { Typography, Box } from '@mui/material';
import { Link as RouterLink } from 'react-router-dom';
export const Brand = () => {
return (
-
- dfsync
-
+
+
+ dfsync
+
+
);
};
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index f758bcb..329fd05 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -18,7 +18,7 @@ export const Footer = () => {
alignItems={{ xs: 'flex-start', sm: 'center' }}
>
- © {new Date().getFullYear()} dfsync.io
+ © {new Date().getFullYear()} dfsync