Skip to content

Commit

Permalink
Updated index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 committed Jan 22, 2025
1 parent 50da20d commit 5357460
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,19 +196,23 @@ export default function CommunityIndexPage() {
className="bg-channelCover"
/>
</div>
<div className="mt-10 flex flex-col">
<div className="m-5 w-full">
<Card
type={CardType.SMALL}
tagline="Finance"
icon="💰"
heading="Track Initiative Spending with Budget Analysis"
description="Explore our transparent finance section for a detailed analysis of our project's budget. See how we track expenses and gain insights into funds allocation."
bg="bg-white"
link="/finance"
/>
<div className="mt-10 flex justify-center">
{/* Parent Card for Finance */}
<div className="m-5 p-8 bg-gray-100 rounded-lg shadow-md w-full max-w-6xl">
<div className="w-full">
<Card
type={CardType.SMALL}
tagline="Finance"
icon="💰"
heading="Track Initiative Spending with Budget Analysis"
description="Explore our transparent finance section for a detailed analysis of our project's budget. See how we track expenses and gain insights into funds allocation."
bg="bg-white"
link="/finance"
/>
</div>
</div>
</div>

<div
className="mt-8 rounded-lg bg-dark py-12 md:mt-20"
data-testid="CommunityCard-subscribe"
Expand Down

0 comments on commit 5357460

Please sign in to comment.