diff --git a/src/components/Clients.js b/src/components/Clients.js deleted file mode 100644 index 19b1aa0..0000000 --- a/src/components/Clients.js +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react'; -import kws from '../images/clients/kws.png'; -import geps from '../images/clients/geps.png'; -import protergia from '../images/clients/protergia.png'; - -const clientImage = { - height: '10rem', - width: 'auto', - mixBlendMode: 'colorBurn' -} - -const Clients = () => { - return ( -
-
-
-

Our Clients

-
-
-
-

Some of our clients.

-
- -
-
-
- client -
- -
- client -
- -
- client -
- - -
-
-
-
- ) -} - -export default Clients; \ No newline at end of file diff --git a/src/components/Footer.js b/src/components/Footer.js index be926e0..9b74626 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -14,12 +14,12 @@ const Footer = () => { {/* 1st block */}
-

MLD

+

DHS CS CLUB

-
Molad e Konsult
-

Ilo Awela,

-

Ota,

-

Ogun State.

+
Ashmit
+

Kaushik

+

Pranav

+

Aditya

diff --git a/src/components/Hero.js b/src/components/Hero.js index 80e9b30..688e4a3 100644 --- a/src/components/Hero.js +++ b/src/components/Hero.js @@ -17,7 +17,7 @@ const Hero = () => {

{/* We build digital solutions to help businesses scale */} - Bespoke software solutions for your unique business needs + Dublin High School's CS Club Offers solutions for your unique business needs

We are a team of highly motivated and skilled developers dedicated to delivering only the best software.
diff --git a/src/components/Intro.js b/src/components/Intro.js index 6d3cbba..34e8c11 100644 --- a/src/components/Intro.js +++ b/src/components/Intro.js @@ -13,7 +13,7 @@ const Intro = () => {
-

We develop high quality bespoke web and mobile applications for organizations, institutions and SMEs

+

We develop high quality web and mobile applications for organizations, institutions and SMEs

Our team is well vast in software development and is ready to help develop the applications of your choice.

diff --git a/src/components/Navbar/NavBar.js b/src/components/Navbar/NavBar.js index 102b26d..f18a568 100644 --- a/src/components/Navbar/NavBar.js +++ b/src/components/Navbar/NavBar.js @@ -23,7 +23,7 @@ const NavBar = () => {
diff --git a/src/components/Services.js b/src/components/Services.js index fe84354..16acb4b 100644 --- a/src/components/Services.js +++ b/src/components/Services.js @@ -75,7 +75,7 @@ const Services = () => { font-bold">We Build

- With over 10 years experience in software analysis and design and a deep understanding of the latest IT trends and solutions, we provide customized recommendations and strategies to help you improve your operations, reduce costs, and increase efficiency. + With members with experience in software analysis and design and a deep understanding of the latest IT trends and solutions, we provide customized recommendations and strategies to help you improve your operations, reduce costs, and increase efficiency.

diff --git a/src/index.css b/src/index.css index 1a5df82..7f5118c 100644 --- a/src/index.css +++ b/src/index.css @@ -20,7 +20,12 @@ body { } .cta { - background: linear-gradient(rgba(2,2,2,.7),rgba(0,0,0,.7)),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80) fixed center center; + background: linear-gradient(rgba(230, 9, 9, 0.7),rgba(114, 12, 12, 0.7)),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80) fixed center center; } + + +.hero{ + background: linear-gradient(rgb(230, 76, 76),rgb(193, 19, 19)) +} \ No newline at end of file diff --git a/src/pages/Contact.js b/src/pages/Contact.js index 34d5388..a73e9c9 100644 --- a/src/pages/Contact.js +++ b/src/pages/Contact.js @@ -7,7 +7,7 @@ import axios from 'axios'; import Notiflix from 'notiflix'; const Contact = () => { - useDocTitle('MLD | Molad e Konsult - Send us a message') + useDocTitle('WDI | Best WEB DESIGN IN THE BAY AREA - Send us a message') const [firstName, setFirstName] = useState('') const [lastName, setLastName] = useState('') const [email, setEmail] = useState('') diff --git a/src/pages/Home.js b/src/pages/Home.js index 8cece41..a229adb 100644 --- a/src/pages/Home.js +++ b/src/pages/Home.js @@ -1,5 +1,4 @@ import React from 'react'; -import Clients from '../components/Clients'; import Cta from '../components/Cta'; import Footer from '../components/Footer'; import Hero from '../components/Hero'; @@ -15,7 +14,6 @@ const Home = () => { -