Skip to content

Commit

Permalink
Worked on Products page - made changes + added links, created sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbouncy7 committed Oct 21, 2024
1 parent 9c997e1 commit 6849103
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const Footer = () => {
<div className="col-lg-2 col-md-4 col-sm-6 col-6">
<h5>Helpful Links</h5>
<ul className="footer-nav">
<li><a href="#"><i className="fa fa-angle-right"></i><span>Our Work</span></a></li>
<li><a href="#"><i className="fa fa-angle-right"></i><span>Products</span></a></li>
<li><a href="#"><i className="fa fa-angle-right"></i><span>About Us</span></a></li>
<li><a href="#"><i className="fa fa-angle-right"></i><span>Services</span></a></li>
<li><a href="#"><i className="fa fa-angle-right"></i><span>Blog</span></a></li>
{/* <li><a href="#"><i className="fa fa-angle-right"></i><span>Blog</span></a></li> */}
<li><a href="#"><i className="fa fa-angle-right"></i><span>Contact</span></a></li>
</ul>
</div>
Expand Down Expand Up @@ -52,7 +52,7 @@ const Footer = () => {
</div>
<div className="row">
<div className="col-lg-12">
<p className="copyright">© 2021 Beapp. All Rights Reserved.</p>
<p className="copyright">© 2024 Zbekz group. All Rights Reserved.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/AboutUs/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const AboutUs = () => {
<div className="col-lg-12">
<div className="info">
<p>We design and develop <span>mobile apps</span> that delight your users and grow your business.</p>
<a className="btn-white-line" href="#">Contact Us</a>
<Link className="btn-white-line" to="/contact">Contact Us</Link>
</div>
</div>
</div>
Expand Down
9 changes: 5 additions & 4 deletions src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { lazy } from "react";
import { Link } from "react-router-dom";
const Header = lazy(() => import("@components/Header/Header"));
const Footer = lazy(() => import("@components/Footer/Footer"));
const Team = lazy(() => import("@components/Team/Team"));
Expand Down Expand Up @@ -46,9 +47,9 @@ const Home = () => {
grow your business. Enterprise-grade development combined with
outstanding design.
</p>
<a className="btn-white-line" href="#">
<Link className="btn-white-line" to="/products">
ALL WORKS
</a>
</Link>
</div>
<div className="offset-lg-1 col-lg-5 col-md-12 align-self-center">
<div className="apps">
Expand Down Expand Up @@ -146,9 +147,9 @@ const Home = () => {
Praesent tortor nulla, ullamcorper.
</p>
</div>
<a href="#" className="btn-primary-line">
<Link to="/services" className="btn-primary-line">
SERVICES
</a>
</Link>
</div>
{/* <!-- ***** Home About End ***** --> */}

Expand Down
14 changes: 0 additions & 14 deletions src/pages/Products/Products.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,6 @@ const Products = () => {
</div>
</div>
</Link>

<Link to='/'>
<div className='products__box'>
<div className='products__content'>
<h3 className='products__title--content'>FDA-compliant software for stroke patients with telemedicine features to facilitate remote care</h3>
<span className='products__devices'>IOS & Android, Web</span>
<span className='products__category'>Healthcare</span>
<span className='products__country'>US</span>
<div className='products__button-link'>
<Link className='products__link' to='/'>Explore more <i className="fa fa-arrow-right"></i> </Link>
</div>
</div>
</div>
</Link>
</div>
</section>
</>
Expand Down

0 comments on commit 6849103

Please sign in to comment.