diff --git a/desafio/src/components/Footer.tsx b/desafio/src/components/Footer.tsx new file mode 100644 index 0000000..993a581 --- /dev/null +++ b/desafio/src/components/Footer.tsx @@ -0,0 +1,186 @@ +import React from "react"; + +import styles from "../scss/partials/footer.module.scss" + +import CardMaster from "../assets/imgs/CardMaster.png" +import CardAmex from "../assets/imgs/CardAmex.png" +import CardElo from "../assets/imgs/CardElo.png" +import CardVisa from "../assets/imgs/CardVisa.png" +import CardHiper from "../assets/imgs/CardHiper.png" +import Paypal from "../assets/imgs/Paypal.png" +import Boleto from "../assets/imgs/Boleto.png" +import VtexPci from "../assets/imgs/vtex-pci-200.png" + +import LogoM3 from "../assets/imgs/LogoM3.png" +import LogoVtex from "../assets/imgs/LogoVtex.png" + +import facebookIcon from "../assets/svgs/facebookIcon.svg" +import instagramIcon from "../assets/svgs/instagramIcon.svg" +import twitterIcon from "../assets/svgs/twitterIcon.svg" +import youtubeIcon from "../assets/svgs/youtubeIcon.svg" +import linkedinIcon from "../assets/svgs/linkedinIcon.svg" + + +const Footer = () => { + return +} + +const FooterMidle = () => { + return
+
+
+

Institucional

+ + +
+ +
+

dÚVIDAS

+ + +
+ +
+

Institucional

+ + +
+ +
+ +
    + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • +
+ + www.loremipsum.com +
+ +
+
+} + +const FooterBottom = () => { + return
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing + elit, sed do eiusmod tempor

+ +
+
    +
  • +
    +
  • +
  • +
    +
  • +
  • +
    +
  • +
  • +
    +
  • +
  • +
    +
  • +
  • +
    +
  • +
  • +
    +
  • + +
  • + +
  • +
    +
  • +
+
+ + +
+
    +
  • + Powered by + +
  • +
  • + Developed by + +
  • +
+
+
+
+} + + +export { Footer }; \ No newline at end of file diff --git a/desafio/src/pages/Home.tsx b/desafio/src/pages/Home.tsx index 51dae3d..e403e81 100644 --- a/desafio/src/pages/Home.tsx +++ b/desafio/src/pages/Home.tsx @@ -1,10 +1,12 @@ import React from "react"; import { Header } from "../components/Header" +import { Footer } from "../components/Footer" const Home = () => { return <>
+