+);
-export default Business
\ No newline at end of file
+const Business = () => (
+
+
+
+ You do the business, we’ll handle
+ the money.
+
+
+ With the right credit card, you can improve your financial life by
+ building credit, earning rewards and saving money. But with hundreds
+ of credit cards on the market.
+
+
+
+
+
+
+ {features.map((feature, index) => (
+
+ ))}
+
+
+);
+
+export default Business;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/CTA/CTA.jsx b/Websites/BankModern/src/components/CTA/CTA.jsx
index af5ff34..57e4888 100644
--- a/Websites/BankModern/src/components/CTA/CTA.jsx
+++ b/Websites/BankModern/src/components/CTA/CTA.jsx
@@ -1,9 +1,20 @@
-import React from 'react'
+import styles from "../../styles";
+import Button from "../Button/Button";
-const CTA = () => {
- return (
-
CTA
- )
-}
+const CTA = () => (
+
+
+
Let’s try our service now!
+
+ Everything you need to accept card payments and grow your business
+ anywhere on the planet.
+
+
-export default CTA
\ No newline at end of file
+
+
+
+
+);
+
+export default CTA;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/CardDeal/CardDeal.jsx b/Websites/BankModern/src/components/CardDeal/CardDeal.jsx
index 5085635..813c3b5 100644
--- a/Websites/BankModern/src/components/CardDeal/CardDeal.jsx
+++ b/Websites/BankModern/src/components/CardDeal/CardDeal.jsx
@@ -1,9 +1,26 @@
-import React from 'react'
+import { card } from "../../assets";
+import styles, { layout } from "../../styles";
+import Button from "../Button/Button";
-const CardDeal = () => {
- return (
-
CardDeal
- )
-}
+const CardDeal = () => (
+
+
+
+ Find a better card deal in few easy
+ steps.
+
+
+ Arcu tortor, purus in mattis at sed integer faucibus. Aliquet quis
+ aliquet eget mauris tortor.ç Aliquet ultrices ac, ametau.
+
-export default CardDeal
\ No newline at end of file
+
+
+
+
+
+
+
+);
+
+export default CardDeal;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/Clients/Clients.jsx b/Websites/BankModern/src/components/Clients/Clients.jsx
index dd5809e..8c6eb92 100644
--- a/Websites/BankModern/src/components/Clients/Clients.jsx
+++ b/Websites/BankModern/src/components/Clients/Clients.jsx
@@ -1,9 +1,16 @@
-import React from 'react'
+import { clients } from "../../constants";
+import styles from "../../styles";
-const Clients = () => {
- return (
-
Clients
- )
-}
+const Clients = () => (
+
+
+ {clients.map((client) => (
+
+
+
+ ))}
+
+
+);
-export default Clients
\ No newline at end of file
+export default Clients;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/FeedbackCard/FeedbackCard.jsx b/Websites/BankModern/src/components/FeedbackCard/FeedbackCard.jsx
index 0f80d4f..2f9daf4 100644
--- a/Websites/BankModern/src/components/FeedbackCard/FeedbackCard.jsx
+++ b/Websites/BankModern/src/components/FeedbackCard/FeedbackCard.jsx
@@ -1,9 +1,25 @@
-import React from 'react'
+import { quotes } from "../../assets";
-const FeedbackCard = () => {
- return (
-
+
+);
+
+export default Footer;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/GetStarted/GetStarted.jsx b/Websites/BankModern/src/components/GetStarted/GetStarted.jsx
index 5fe0628..0c41191 100644
--- a/Websites/BankModern/src/components/GetStarted/GetStarted.jsx
+++ b/Websites/BankModern/src/components/GetStarted/GetStarted.jsx
@@ -1,9 +1,21 @@
-import React from 'react'
+import styles from "../../styles";
+import { arrowUp } from "../../assets";
-const GetStarted = () => {
- return (
-
GetStarted
- )
-}
+const GetStarted = () => (
+
+
+
+
+ Get
+
+
+
+
+
+ Started
+
+
+
+);
-export default GetStarted
\ No newline at end of file
+export default GetStarted;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/Hero/Hero.jsx b/Websites/BankModern/src/components/Hero/Hero.jsx
index 90b45f6..a8ff859 100644
--- a/Websites/BankModern/src/components/Hero/Hero.jsx
+++ b/Websites/BankModern/src/components/Hero/Hero.jsx
@@ -1,9 +1,54 @@
-import React from 'react'
+import styles from "../../styles";
+import { discount, robot } from "../../assets";
+import GetStarted from "../GetStarted/GetStarted";
const Hero = () => {
return (
-
Hero
- )
-}
+
+
+
+
+
+ 20% Discount For{" "}
+ 1 Month Account
+
+
-export default Hero
\ No newline at end of file
+
+
+ The Next {" "}
+ Generation{" "}
+
+
+
+
+
+
+
+ Payment Method.
+
+
+ Our team of experts uses a methodology to identify the credit cards
+ most likely to fit your needs. We examine annual percentage rates,
+ annual fees.
+
+ ))}
+
+);
-export default Stats
\ No newline at end of file
+export default Stats;
\ No newline at end of file
diff --git a/Websites/BankModern/src/components/Testimonials/Testimonials.jsx b/Websites/BankModern/src/components/Testimonials/Testimonials.jsx
index f52821e..66184f2 100644
--- a/Websites/BankModern/src/components/Testimonials/Testimonials.jsx
+++ b/Websites/BankModern/src/components/Testimonials/Testimonials.jsx
@@ -1,9 +1,27 @@
-import React from 'react'
+import { feedback } from "../../constants";
+import styles from "../../styles";
+import FeedbackCard from "../FeedbackCard/FeedbackCard";
-const Testimonials = () => {
- return (
-
Testimonials
- )
-}
+const Testimonials = () => (
+
+
-export default Testimonials
\ No newline at end of file
+
+
+ What People are saying about us
+
+
+
+ Everything you need to accept card payments and grow your business
+ anywhere on the planet.
+
+
+
+
+
+ {feedback.map((card) => )}
+
+
+);
+
+export default Testimonials;
\ No newline at end of file
diff --git a/Websites/BankModern/src/constants/index.js b/Websites/BankModern/src/constants/index.js
index 1efe123..da7b1f1 100644
--- a/Websites/BankModern/src/constants/index.js
+++ b/Websites/BankModern/src/constants/index.js
@@ -13,21 +13,21 @@ import {
send,
shield,
star,
-} from "../assets";
+} from "../assets/index";
export const navLinks = [
{
id: "home",
title: "Home",
},
- {
- id: "features",
- title: "Features",
- },
{
id: "product",
title: "Product",
},
+ {
+ id: "features",
+ title: "Features",
+ },
{
id: "clients",
title: "Clients",
@@ -63,14 +63,14 @@ export const feedback = [
id: "feedback-1",
content:
"Money is only a tool. It will take you wherever you wish, but it will not replace you as the driver.",
- name: "Herman Jensen",
+ name: "Nicole Nguyen",
title: "Founder & Leader",
img: people01,
},
{
id: "feedback-2",
content:
- "Money makes your life easier. If you're lucky to have it, you're lucky.",
+ "Money makes your life easier. If you're lucky to have it, do your best to grow it.",
name: "Steve Mark",
title: "Founder & Leader",
img: people02,