Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;1,300;1,400&display=swap"
rel="stylesheet"
/>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000" />

Expand Down
22 changes: 16 additions & 6 deletions src/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,27 @@ const Footer = () => {
</nav>
<hr />
<nav className="flex flex-col">
<a className="py-3" href="mailto:Admin@africartz.ng">
Admin@africartz.ng
<a className="py-3" href="mailto:africartzstore@gmail.com">
africartzstore@gmail.com
</a>
<a className="py-3" href="#">
+234 111 222 333
<a className="py-3" href="tel:+2348139797330">
+234 813 979 7330
</a>
</nav>
<nav className="flex py-3 self-start justify-between items-center">
<img className="mr-4" src={linkedin} alt="linkedin" />
<a className="mr-4 text-xl" href="https://www.instagram.com/africartz/" target="_blank" rel="noopener noreferrer">
<i className="fab fa-instagram"></i>
</a>
<a className="mr-4 text-xl" href="https://www.facebook.com/africartz" target="_blank" rel="noopener noreferrer">
<i className="fab fa-facebook"></i>
</a>
<a className="mr-4 text-xl" href="https://twitter.com/AfricartStore" target="_blank" rel="noopener noreferrer">
<i className="fab fa-twitter"></i>
</a>

{/* <img className="mr-4" src={linkedin} alt="linkedin" />
<img className="mr-4" src={messenger} alt="messenger" />
<img className="mr-4" src={twitter} alt="twitter" />
<img className="mr-4" src={twitter} alt="twitter" /> */}
</nav>
</section>
<section className="bg-darkest text-white p-5 text-center">
Expand Down
11 changes: 8 additions & 3 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Page = () => {
</a>
</div>
<a
href="https://play.google.com/store/apps/details?id=com.africartzstore.com"
href="https://play.google.com/store/apps/details?id=com.africartzng.com"
className="flex md:w-40 w-32 cursor-pointer mr-5 items-center justify-around primary-gradient p-1 md:p-2"
>
<IoLogoGooglePlaystore size={25} />
Expand Down Expand Up @@ -209,7 +209,12 @@ const Page = () => {
<div>
{" "}
<p className="text-xs">Available Now</p>
<h2>App Store</h2>
<h2>
{" "}
<a href="https://apps.apple.com/ng/app/africartz/id6447208348">
App Store
</a>
</h2>
</div>
</div>
<div className="flex w-40 cursor-pointer mr-5 items-center justify-around text-white bg-darkest p-2">
Expand All @@ -220,7 +225,7 @@ const Page = () => {
<p>Available Now</p>
<h2>
{" "}
<a href="https://play.google.com/store/apps/details?id=com.africartzstore.com">
<a href="https://play.google.com/store/apps/details?id=com.africartzng.com">
Play Store
</a>
</h2>
Expand Down