-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: community * feat: responsive * feat: responsive * refactor: extract const
- Loading branch information
1 parent
9ac22f4
commit 206aee7
Showing
11 changed files
with
317 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
import Benefits from "@/components/Community/Benefits"; | ||
import CommunityHeader from "@/components/Community/CommunityHeader"; | ||
import MemberBox from "@/components/Community/MemberBox"; | ||
import OurMembers from "@/components/Community/OurMembers"; | ||
|
||
export default function CommunityPage() { | ||
return ( | ||
<div> | ||
<CommunityHeader /> | ||
<Benefits /> | ||
<OurMembers /> | ||
<MemberBox/> | ||
</div> | ||
) | ||
} | ||
return ( | ||
<div> | ||
<CommunityHeader /> | ||
<Benefits /> | ||
<OurMembers /> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.