diff --git a/package-lock.json b/package-lock.json index 4b1e4af..798189a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", + "react-icons": "^4.11.0", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -1921,6 +1922,14 @@ "react": "^18.2.0" } }, + "node_modules/react-icons": { + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.11.0.tgz", + "integrity": "sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==", + "peerDependencies": { + "react": "*" + } + }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", diff --git a/package.json b/package.json index 2b9e2d4..1767f57 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", + "react-icons": "^4.11.0", "web-vitals": "^2.1.4" }, "repository": { diff --git a/src/App.jsx b/src/App.jsx index 7e81f45..0e573ad 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,7 +1,11 @@ +import Footer from "./components/footer/Footer"; + function App() { return ( -
+ Dive into the new world of in-house music +
++ Lorem ipsum dolor sit amet consectetur. At porttitor ut felis nisl + ultrices sed sit. Cras nibh quis et diam justo in. Sollicitudin enim + tincidunt eros mauris senectus neque. +
++ VISIT +
++ SOCIALS +
+