Skip to content

Commit

Permalink
Update Home.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPritamPaul authored Apr 7, 2024
1 parent 1bdd255 commit aa6eb24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import React from "react";
const Home = () => {
return (
<div className="ml-[510px] mt-5 text-5xl px-5 py-3 font-bold bg-gradient-to-r from-blue-600 via-green-500 to-indigo-400 inline-block text-transparent bg-clip-text">
Official Website of NITA South Paribar
<h1>Official Website of NITA South Paribar</h1>
<div className="h-[1000px] " >
<a href="https://chat.whatsapp.com/IlR4GvrCtNBLpXeVHWXJpM">Join Our Comunity in WhatsApp</a>
<h2>Join Our Comunity in WhatsApp</h2>
<a href="https://chat.whatsapp.com/IlR4GvrCtNBLpXeVHWXJpM"><b>LINK</b></a>
</div>
</div>
);
Expand Down

0 comments on commit aa6eb24

Please sign in to comment.