diff --git a/index.html b/index.html index e31f407..436f94e 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + OpenCand diff --git a/public/assets/opencand-line.png b/public/assets/opencand-line.png new file mode 100644 index 0000000..d564ab9 Binary files /dev/null and b/public/assets/opencand-line.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..ea21489 Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/App.tsx b/src/App.tsx index 42a9bdd..2e6032b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,6 +17,7 @@ import './App.css'; const HomePage: React.FC = () => (
+
diff --git a/src/components/FeaturesSection.tsx b/src/components/FeaturesSection.tsx index b725af7..b028fec 100644 --- a/src/components/FeaturesSection.tsx +++ b/src/components/FeaturesSection.tsx @@ -16,8 +16,8 @@ const FeaturesSection: React.FC = () => { return (
-

- Por que OpenCand? +

+ Recursos

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index fb3d3a4..224763a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -2,13 +2,15 @@ import React from 'react'; const Footer: React.FC = () => { return ( -