Skip to content

Commit

Permalink
Merge pull request #31 from PatelYash7/main
Browse files Browse the repository at this point in the history
Updated the Feature of Landing page
  • Loading branch information
PatelYash7 authored Jun 19, 2024
2 parents 2cc8dd5 + 0f09373 commit 6fd231e
Show file tree
Hide file tree
Showing 4 changed files with 510 additions and 103 deletions.
28 changes: 15 additions & 13 deletions Frontend/src/Pages/Landing page/components/Features.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import svg from "../../../Resources/Svg/1.svg"
import svg from "../../../Resources/images/FeatureLogo.png"
import feature from '../../../Resources/Svg/1.svg'
import socialNotif from "../../../Resources/Svg/2.svg"
export const Features = () => {
return (
<div className="bg-transparent text-white px-16 bg-[linear-gradient(164deg,_#070707_21%,_#313131_100%)] min-h-96 -mb-10 pb-10 -mt-8 pt-8">
Expand All @@ -21,34 +23,34 @@ export const Features = () => {
</div>
</div>
<div className="flex flex-col items-start justify-center gap-2 font-light3">
<img src={svg} alt="" className=""/>
<img src={svg} alt="" className="w-full h-[30rem]"/>
</div>
</div>
<div className="flex items-center justify-center w-full my-4 ">
<div className="flex items-center justify-center w-full pt-12 my-4 ">
<div className="flex flex-col items-start justify-center gap-2 font-light3">
<img src={svg} alt="" className=""/>
<img src={feature} alt="" className="w-full h-[30rem]"/>
</div>
<div className="flex flex-col items-start justify-center gap-2 p-4 ml-8 text-2xl font-light3">
<div className="text-4xl font-semibold text-transparent bg-clip-text bg-[linear-gradient(130deg,#008fff,#09ffff)]">Message Components</div>
<div className="text-4xl font-semibold text-transparent bg-clip-text bg-[linear-gradient(130deg,#008fff,#09ffff)]">Moderation</div>
<div className="flex flex-col gap-1 px-4">
<div>Let users assign themselves roles</div>
<div>Create beautiful info messages</div>
<div>Send messages based on keywords</div>
<div>Easily Manage Cases</div>
<div>Define reason aliases</div>
<div>Custom DM notifications</div>
</div>
</div>

</div>
<div className="flex items-center justify-center w-full my-4 ">
<div className="flex flex-col items-start justify-center gap-2 p-4 text-2xl font-light3">
<div className="text-4xl font-semibold text-transparent bg-clip-text bg-[linear-gradient(130deg,#008fff,#09ffff)]">Message Components</div>
<div className="text-4xl font-semibold text-transparent bg-clip-text bg-[linear-gradient(130deg,#008fff,#09ffff)]">Manage Social Media</div>
<div className="flex flex-col gap-1 px-4">
<div>Let users assign themselves roles</div>
<div>Create beautiful info messages</div>
<div>Send messages based on keywords</div>
<div>Create beautiful Social Notification</div>
<div>Let User Assign their favourite Creator</div>
<div>Live Updates from the Channel</div>
</div>
</div>
<div className="flex flex-col items-start justify-center gap-2 font-light3">
<img src={svg} alt="" className=""/>
<img src={socialNotif} alt="" className="w-full h-[30rem]"/>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 6fd231e

Please sign in to comment.