diff --git a/awwwards_ss3/src/App.jsx b/awwwards_ss3/src/App.jsx
index c295fd9..88df43d 100644
--- a/awwwards_ss3/src/App.jsx
+++ b/awwwards_ss3/src/App.jsx
@@ -1,21 +1,25 @@
import About from "./components/About"
+import Contact from "./components/Contact"
import Header from "./components/Header"
import Home from "./components/Home"
import Philosophy from "./components/Philosophy"
+import Strategy from "./components/Strategy"
import Visions from "./components/Visions"
-import PreLoader from "./components/preloader/PreLoader"
+//import PreLoader from "./components/preloader/PreLoader"
function App() {
return (
Data matters, yet it’s the emotion that drives buying decisions. We don’t
+ believe in ’one size fits all. Instead, we collabolate closely with founders to craft unique brand experiences that deeply resonate with their audiences and boots their KPIs.
+
+
+
+ )
+}
+
+export default Strategy
\ No newline at end of file
diff --git a/awwwards_ss3/src/components/Visions.jsx b/awwwards_ss3/src/components/Visions.jsx
index 2a824e9..4c7d89f 100644
--- a/awwwards_ss3/src/components/Visions.jsx
+++ b/awwwards_ss3/src/components/Visions.jsx
@@ -42,10 +42,8 @@ const Visions = () => {
]
}
-
return (
-
-