diff --git a/src/App.js b/src/App.js index f0812e4..0bada7f 100644 --- a/src/App.js +++ b/src/App.js @@ -2,18 +2,14 @@ import React from 'react'; import './App.css'; import { Nav } from './components/header'; import { Footer } from './components/footer'; -import { PayPal, Purchase, ShowCase } from './components/mainPage'; +import { Landding } from './components/mainPage'; function App() { return (
diff --git a/src/components/footer/Footer.js b/src/components/footer/Footer.js index 787415f..f108844 100644 --- a/src/components/footer/Footer.js +++ b/src/components/footer/Footer.js @@ -2,44 +2,44 @@ import React from "react"; import "./Footer.css"; const Footer = () => { - return ( -
-
-
-
-

OEM Automation

-
    -
  • (123)-456-7890
  • -
  • Address
  • -
  • New Jersey, US
  • -
-
-
-

Placeholder

-
    -
  • blah blah
  • -
  • blah
  • -
  • blahh
  • -
-
-
-

Placeholder

-
    -
  • blah blah
  • -
  • blah
  • -
  • blahh
  • -
-
-
-
-
-

- © OEM Automation -

-
+ return ( +
+
+
+
+
+

OEM Automation

+
    +
  • (123)-456-7890
  • +
  • Address
  • +
  • New Jersey, US
  • +
+
+

Placeholder

+
    +
  • blah blah
  • +
  • blah
  • +
  • blahh
  • +
+
+
+

Placeholder

+
    +
  • blah blah
  • +
  • blah
  • +
  • blahh
  • +
+
+
+
+
+

© OEM Automation

+
- ); -} +
+
+ ); +}; -export default Footer; \ No newline at end of file +export default Footer; diff --git a/src/components/header/Nav.js b/src/components/header/Nav.js index 30a5b1e..003e47c 100644 --- a/src/components/header/Nav.js +++ b/src/components/header/Nav.js @@ -3,6 +3,7 @@ import { Navbar, Container } from 'react-bootstrap'; const Nav = () => { return ( +
@@ -10,6 +11,7 @@ const Nav = () => { +
); } diff --git a/src/components/mainPage/showCase.jsx b/src/components/mainPage/showCase.jsx index b4a0115..607a550 100644 --- a/src/components/mainPage/showCase.jsx +++ b/src/components/mainPage/showCase.jsx @@ -4,7 +4,7 @@ import { plc, w2c } from "../../assets"; const ShowCase = () => { return ( -
+